fix hosts
This commit is contained in:
parent
41dd067c6f
commit
7fae0279ef
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ spec:
|
|||
credentialName: {{ .Values.name }}-cert
|
||||
hosts:
|
||||
- {{ .Values.istio.commonName }}
|
||||
{{- range .Values.istio.sans }}
|
||||
- {{ . }}
|
||||
{{- end }}
|
||||
...
|
||||
---
|
||||
apiVersion: networking.istio.io/v1beta1
|
||||
|
|
Loading…
Reference in a new issue