Skip to content

Commit 821d04f

Browse files
committed
Merge branch 'main' of github.com:drycc/redis into main
2 parents 8e539f7 + d773e38 commit 821d04f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/redis/templates/redis-statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ spec:
4242
- "6379"
4343
ports:
4444
- containerPort: 6379
45-
{{- if .Values.persistence.enabled }}
4645
env:
4746
- name: DRYCC_REDIS_PASSWORD
4847
valueFrom:
4948
secretKeyRef:
5049
name: redis-creds
5150
key: password
51+
{{- if .Values.persistence.enabled }}
5252
volumeMounts:
5353
- name: redis-data
5454
mountPath: /data

0 commit comments

Comments
 (0)