Bootstrap improvements

This commit is contained in:
Stefan Reimer 2020-07-24 11:34:21 +00:00
parent 7759977a4f
commit 1c258703fd
1 changed files with 3 additions and 2 deletions

View File

@ -92,6 +92,7 @@ argo-cd:
{{- end }}
{{- if and ( not .Values.bootstrap ) .Values.istio.enabled }}
istio:
enabled: {{ index .Values "argo-cd" "istio" "enabled" }}
gateway: {{ index .Values "argo-cd" "istio" "gateway" }}
{{- with index .Values "argo-cd" "istio" }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}