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 2 additions and 2 deletions
Showing only changes of commit ccaf228b8b - Show all commits

View File

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