fix hosts

This commit is contained in:
Amarpreet Minhas 2023-07-08 21:41:01 -04:00
parent 41dd067c6f
commit 7fae0279ef

View file

@ -37,6 +37,9 @@ spec:
credentialName: {{ .Values.name }}-cert
hosts:
- {{ .Values.istio.commonName }}
{{- range .Values.istio.sans }}
- {{ . }}
{{- end }}
...
---
apiVersion: networking.istio.io/v1beta1