We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e3cbe commit 4587a89Copy full SHA for 4587a89
charts/keycloak/templates/NOTES.txt
@@ -9,7 +9,7 @@
9
Keycloak was installed with an Ingress and an be reached at the following URL(s):
10
{{ range $unused, $rule := .Values.ingress.rules }}
11
{{- range $rule.paths }}
12
- - http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $rule.host }}{{ .path }}
+ - http{{ if $.Values.ingress.tls }}s{{ end }}://{{ tpl $rule.host $ }}{{ .path }}
13
{{- end }}
14
15
0 commit comments