From e479353f4f9b5321fb624c5c1226480000e76f0d Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Thu, 23 Jul 2020 15:03:10 +0000 Subject: [PATCH] Fix typo --- deploy/templates/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/templates/values.yaml b/deploy/templates/values.yaml index 42439c54..667af607 100644 --- a/deploy/templates/values.yaml +++ b/deploy/templates/values.yaml @@ -71,8 +71,8 @@ kubezero: istiod: replicaCount: {{ ternary 2 1 .Values.HighAvailableControlplane }} ingress: - private: {{ default true .Vauues.istio.ingress.private }} - type: {{ default "NodePort" .Values.istio.ingress.type }} + private: {{ .Values.istio.ingress.private }} + type: {{ .Values.istio.ingress.type }} dnsNames: {{- with .Values.istio.ingress.dnsNames }} {{- . | toYaml | nindent 8 }}