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 333946c commit c9c0ba6Copy full SHA for c9c0ba6
bitnami/keycloak/templates/configmap-env-vars.yaml
@@ -31,7 +31,7 @@ data:
31
{{- end }}
32
{{- if .Values.ingress.enabled }}
33
KC_HOSTNAME_STRICT: {{ ternary "true" "false" .Values.hostnameStrict | quote }}
34
-{{- if and .Values.ingress.hostname (eq .Values.hostnameStrict "true") }}
+{{- if and .Values.ingress.hostname (eq .Values.hostnameStrict true) }}
35
{{- $path := tpl .Values.ingress.path . }}
36
{{- if and (eq .Values.ingress.controller "gce") (hasSuffix "*" $path) }}
37
{{- $path = trimSuffix "*" $path }}
0 commit comments