From 4587a89da0061c9843cf0bf4ea72a33ddbca22dd Mon Sep 17 00:00:00 2001 From: Oliver Degener Date: Fri, 12 Nov 2021 11:21:36 +0100 Subject: [PATCH] [keycloak] Use tpl for ingress hosts in NOTES.txt Signed-off-by: Oliver Degener --- charts/keycloak/templates/NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/keycloak/templates/NOTES.txt b/charts/keycloak/templates/NOTES.txt index cc4c8946..fb74f1c3 100644 --- a/charts/keycloak/templates/NOTES.txt +++ b/charts/keycloak/templates/NOTES.txt @@ -9,7 +9,7 @@ Keycloak was installed with an Ingress and an be reached at the following URL(s): {{ range $unused, $rule := .Values.ingress.rules }} {{- range $rule.paths }} - - http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $rule.host }}{{ .path }} + - http{{ if $.Values.ingress.tls }}s{{ end }}://{{ tpl $rule.host $ }}{{ .path }} {{- end }} {{- end }}