From 9dc7eacaa43ca4f2c89977eb79dfd6a1626c0941 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Fri, 24 Jul 2020 11:34:21 +0000 Subject: [PATCH] Bootstrap improvements --- deploy/templates/values.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deploy/templates/values.yaml b/deploy/templates/values.yaml index 3a36ca4e..48cfca23 100644 --- a/deploy/templates/values.yaml +++ b/deploy/templates/values.yaml @@ -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 }}