Bootstrap improvements

This commit is contained in:
Stefan Reimer 2020-07-24 11:34:21 +00:00
parent b75bbbfa34
commit 9dc7eacaa4

View File

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