Merge all Kubezero updates for end of July release #8

Merged
stefan merged 35 commits from master into stable 2020-07-27 21:28:55 +00:00
1 changed files with 3 additions and 2 deletions
Showing only changes of commit 1c258703fd - Show all commits

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 }}