UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 8fe944b2 authored by joshwolf's avatar joshwolf
Browse files

Merge branch '215-argocd-enable-istio' into 'release-1.2'

Resolve "ArgoCD enable istio"

See merge request platform-one/big-bang/bigbang!302
parents 6528cc8d 1577a6a5
No related branches found
No related tags found
2 merge requests!302Resolve "ArgoCD enable istio",!295Resolve "release-1.2.0"
Pipeline #183886 passed
......@@ -68,6 +68,8 @@ spec:
clientSecret: $oidc.keycloak.clientSecret
requestedScopes: ["openid","ArgoCD"]
{{- end }}
istio:
enabled: {{ if .Values.istio.enabled }}true{{ else }}false{{ end }}
{{- if or .Values.monitoring.enabled .Values.istio.enabled }}
dependsOn:
{{- if .Values.istio.enabled }}
......
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