diff --git a/charts/mc-router/templates/_helpers.tpl b/charts/mc-router/templates/_helpers.tpl index 49f4caf..a2925af 100644 --- a/charts/mc-router/templates/_helpers.tpl +++ b/charts/mc-router/templates/_helpers.tpl @@ -65,7 +65,7 @@ Create the name of the service account to use Helper function for environment variables */}} {{- define "mc-router.envMap" -}} -{{- if or (index . 1) (kindIs "bool" (index . 1)) }} +{{- if or (index . 1) (kindIs "float64" (index . 1)) (kindIs "bool" (index . 1)) }} - name: {{ index . 0 }} value: {{ index . 1 | quote }} {{- end }}