fix(argo-cd): Missing Redis sentinel variables in app controller deployment (#2806)

This commit is contained in:
Filipe 2024-07-18 11:52:38 +12:00 committed by GitHub
parent 2285578bba
commit 809351a3fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 17 additions and 5 deletions

View file

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