Skip to content

Commit c9c0ba6

Browse files
author
Nikolay Volkov
committed
fix types
1 parent 333946c commit c9c0ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitnami/keycloak/templates/configmap-env-vars.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ data:
3131
{{- end }}
3232
{{- if .Values.ingress.enabled }}
3333
KC_HOSTNAME_STRICT: {{ ternary "true" "false" .Values.hostnameStrict | quote }}
34-
{{- if and .Values.ingress.hostname (eq .Values.hostnameStrict "true") }}
34+
{{- if and .Values.ingress.hostname (eq .Values.hostnameStrict true) }}
3535
{{- $path := tpl .Values.ingress.path . }}
3636
{{- if and (eq .Values.ingress.controller "gce") (hasSuffix "*" $path) }}
3737
{{- $path = trimSuffix "*" $path }}

0 commit comments

Comments
 (0)