fix(argo-cd): Make REDIS_PASSWORD environment variables optional always (#2800)
This commit is contained in:
parent
171177ab77
commit
9cefbb3daf
4 changed files with 6 additions and 6 deletions
|
|
@ -205,9 +205,9 @@ spec:
|
|||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: {{ default "argocd-redis" .Values.externalRedis.existingSecret }}
|
||||
optional: true
|
||||
{{- if .Values.externalRedis.host }}
|
||||
key: redis-password
|
||||
optional: true
|
||||
{{- else }}
|
||||
key: auth
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue