Skip to content

Commit

Permalink
[keycloak] Use tpl for ingress hosts in NOTES.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Degener <[email protected]>
  • Loading branch information
ollide authored and Mirco Hacker committed Dec 10, 2021
1 parent 70e3cbe commit 4587a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/keycloak/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 4587a89

Please sign in to comment.