UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 1577a6a5 authored by kevin.wilder's avatar kevin.wilder
Browse files

enable ArgoCD istio when BB istio is enabled

parent 6528cc8d
No related branches found
No related tags found
2 merge requests!302Resolve "ArgoCD enable istio",!295Resolve "release-1.2.0"
Pipeline #183880 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