From c56d1330f2df1a3468c1e680bcc4fe50898ca6bd Mon Sep 17 00:00:00 2001 From: Marco Lecheler Date: Wed, 22 Nov 2023 13:43:17 +0100 Subject: [PATCH] feat: add tpl to miw ingress (#143) Co-authored-by: Dominik Pinsel --- charts/managed-identity-wallet/templates/ingress.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/managed-identity-wallet/templates/ingress.yaml b/charts/managed-identity-wallet/templates/ingress.yaml index 50a965ff1..a550fece2 100644 --- a/charts/managed-identity-wallet/templates/ingress.yaml +++ b/charts/managed-identity-wallet/templates/ingress.yaml @@ -50,14 +50,14 @@ spec: {{- range .Values.ingress.tls }} - hosts: {{- range .hosts }} - - {{ . | quote }} + - {{ tpl . $ | quote }} {{- end }} secretName: "{{ $fullName }}-{{ .secretName }}" {{- end }} {{- end }} rules: {{- range .Values.ingress.hosts }} - - host: {{ .host | quote }} + - host: {{ tpl .host $ | quote }} http: paths: {{- range .paths }}