Fix typo
This commit is contained in:
parent
0906fed564
commit
e479353f4f
@ -71,8 +71,8 @@ kubezero:
|
|||||||
istiod:
|
istiod:
|
||||||
replicaCount: {{ ternary 2 1 .Values.HighAvailableControlplane }}
|
replicaCount: {{ ternary 2 1 .Values.HighAvailableControlplane }}
|
||||||
ingress:
|
ingress:
|
||||||
private: {{ default true .Vauues.istio.ingress.private }}
|
private: {{ .Values.istio.ingress.private }}
|
||||||
type: {{ default "NodePort" .Values.istio.ingress.type }}
|
type: {{ .Values.istio.ingress.type }}
|
||||||
dnsNames:
|
dnsNames:
|
||||||
{{- with .Values.istio.ingress.dnsNames }}
|
{{- with .Values.istio.ingress.dnsNames }}
|
||||||
{{- . | toYaml | nindent 8 }}
|
{{- . | toYaml | nindent 8 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user