We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In https://github.com/codecentric/helm-charts/blob/master/charts/keycloak/templates/NOTES.txt#L12
- http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $rule.host }}{{ . }}
Should be
- http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $rule.host }}{{ .path }}
The text was updated successfully, but these errors were encountered:
[keycloak] Fix ingress route output (codecentric#451)
5a3954d
This is related to codecentric#446. Fixes codecentric#451 Signed-off-by: Thomas Darimont <thomas.darimont@googlemail.com>
[keycloak] Fix ingress route output (#451)
a82e298
This is related to #446. Fixes #451 Signed-off-by: Thomas Darimont <thomas.darimont@googlemail.com>
Successfully merging a pull request may close this issue.
In https://github.com/codecentric/helm-charts/blob/master/charts/keycloak/templates/NOTES.txt#L12
Should be
The text was updated successfully, but these errors were encountered: