We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e539f7 + d773e38 commit 821d04fCopy full SHA for 821d04f
1 file changed
charts/redis/templates/redis-statefulset.yaml
@@ -42,13 +42,13 @@ spec:
42
- "6379"
43
ports:
44
- containerPort: 6379
45
- {{- if .Values.persistence.enabled }}
46
env:
47
- name: DRYCC_REDIS_PASSWORD
48
valueFrom:
49
secretKeyRef:
50
name: redis-creds
51
key: password
+ {{- if .Values.persistence.enabled }}
52
volumeMounts:
53
- name: redis-data
54
mountPath: /data
0 commit comments