Skip to content

Commit d773e38

Browse files
authored
fix(redis): env miss
1 parent 163da9a commit d773e38

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)