diff --git a/charts/authentik/templates/_helpers.tpl b/charts/authentik/templates/_helpers.tpl index 28f1c8e..c159d0b 100644 --- a/charts/authentik/templates/_helpers.tpl +++ b/charts/authentik/templates/_helpers.tpl @@ -25,7 +25,7 @@ Create authentik configuration environment variables. {{- end -}} {{- else -}} {{- $value := $v -}} - {{- if or (kindIs "bool" $v) (kindIs "float64" $v) -}} + {{- if or (kindIs "bool" $v) (kindIs "float64" $v) (kindIs "int" $v) (kindIs "int64" $v) -}} {{- $v = $v | toString | b64enc | quote -}} {{- else -}} {{- $v = tpl $v $.root | toString | b64enc | quote }}