From fb4fab51c97a75b746cea7a56766e19d076bed2d Mon Sep 17 00:00:00 2001 From: Marvin H <45733877+Marvin-Highcreek@users.noreply.github.com> Date: Wed, 10 Apr 2024 12:13:37 +0200 Subject: [PATCH] enables dynamic hostnames --- charts/mailpit/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/mailpit/templates/ingress.yaml b/charts/mailpit/templates/ingress.yaml index 977d631..f521426 100644 --- a/charts/mailpit/templates/ingress.yaml +++ b/charts/mailpit/templates/ingress.yaml @@ -14,7 +14,7 @@ spec: {{- end }} rules: {{- if .Values.ingress.hostname }} - - host: {{ .Values.ingress.hostname | quote }} + - host: {{ tpl .Values.ingress.hostname . | quote }} http: paths: - path: {{ .Values.ingress.path }}