Skip to content

Commit 4587a89

Browse files
ollideMirco Hacker
authored andcommitted
[keycloak] Use tpl for ingress hosts in NOTES.txt
Signed-off-by: Oliver Degener <[email protected]>
1 parent 70e3cbe commit 4587a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/keycloak/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Keycloak was installed with an Ingress and an be reached at the following URL(s):
1010
{{ range $unused, $rule := .Values.ingress.rules }}
1111
{{- range $rule.paths }}
12-
- http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $rule.host }}{{ .path }}
12+
- http{{ if $.Values.ingress.tls }}s{{ end }}://{{ tpl $rule.host $ }}{{ .path }}
1313
{{- end }}
1414
{{- end }}
1515

0 commit comments

Comments
 (0)