From 7fae0279ef45309ef720a678b887d17bd7c78467 Mon Sep 17 00:00:00 2001 From: Asara Date: Sat, 8 Jul 2023 21:41:01 -0400 Subject: [PATCH] fix hosts --- argo/istio-ingress/templates/istio-ingress.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/argo/istio-ingress/templates/istio-ingress.yaml b/argo/istio-ingress/templates/istio-ingress.yaml index 209c88d..21ceae3 100644 --- a/argo/istio-ingress/templates/istio-ingress.yaml +++ b/argo/istio-ingress/templates/istio-ingress.yaml @@ -37,6 +37,9 @@ spec: credentialName: {{ .Values.name }}-cert hosts: - {{ .Values.istio.commonName }} +{{- range .Values.istio.sans }} + - {{ . }} +{{- end }} ... --- apiVersion: networking.istio.io/v1beta1