UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit d48c6077 authored by Branden Cobb's avatar Branden Cobb
Browse files

Merge branch 'redis-argo-conditional' into 'master'

Move redis key inside conditional for ArgoCD

See merge request platform-one/big-bang/bigbang!1437

(cherry picked from commit 8b18d4d8)

a1126e0b Move redis key inside conditional for ArgoCD
parent f7312b72
No related branches found
No related tags found
1 merge request!1426Release 1.29.x
Pipeline #719208 passed with warnings
......@@ -33,12 +33,11 @@ dex:
imagePullSecrets:
- name: private-registry
{{- if and .Values.addons.argocd.redis.host .Values.addons.argocd.redis.port }}
redis:
{{- if and .Values.addons.argocd.redis.host .Values.addons.argocd.redis.port }}
externalEndpoint: {{ .Values.addons.argocd.redis.host }}:{{ .Values.addons.argocd.redis.port }}
enabled: false
{{- end }}
{{- end }}
redis-bb:
{{- if and .Values.addons.argocd.redis.host .Values.addons.argocd.redis.port }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment