Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit f5977e6

Browse files
authored
fix validator redis chart (#540)
1 parent fdd708d commit f5977e6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

deployment/k8s/validator-chart/templates/redis-deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
apiVersion: apps/v1
33
kind: Deployment
44
metadata:
5-
name: {{ include "validator.fullname" . }}
5+
name: {{ include "validator.fullname" . }}-redis
66
namespace: {{ include "validator.namespace" . }}
77
spec:
88
replicas: 1
99
selector:
1010
matchLabels:
11-
app: {{ include "validator.redisName" . }}
11+
app: {{ include "validator.fullname" . }}-redis
1212
template:
1313
metadata:
1414
labels:
15-
app: {{ include "validator.redisName" . }}
15+
app: {{ include "validator.fullname" . }}-redis
1616
spec:
1717
containers:
1818
- name: redis

0 commit comments

Comments
 (0)