fix(argo-cd): Fix REDIS_PASSWORD optional flag

Signed-off-by: Bhavin Kotak <kotak.bhavin@gmail.com>
This commit is contained in:
Bhavin Kotak 2024-11-27 14:24:28 -06:00
parent 3e1b02da23
commit 2d6b33654c
3 changed files with 3 additions and 3 deletions

View file

@ -228,10 +228,10 @@ spec:
name: {{ default "argocd-redis" .Values.externalRedis.existingSecret }}
{{- if .Values.externalRedis.host }}
key: redis-password
optional: true
{{- else }}
key: auth
{{- end }}
optional: true
- name: REDIS_SENTINEL_USERNAME
valueFrom:
secretKeyRef:

View file

@ -187,10 +187,10 @@ spec:
name: {{ default "argocd-redis" .Values.externalRedis.existingSecret }}
{{- if .Values.externalRedis.host }}
key: redis-password
optional: true
{{- else }}
key: auth
{{- end }}
optional: true
- name: REDIS_SENTINEL_USERNAME
valueFrom:
secretKeyRef:

View file

@ -255,10 +255,10 @@ spec:
name: {{ default "argocd-redis" .Values.externalRedis.existingSecret }}
{{- if .Values.externalRedis.host }}
key: redis-password
optional: true
{{- else }}
key: auth
{{- end }}
optional: true
- name: REDIS_SENTINEL_USERNAME
valueFrom:
secretKeyRef: