Skip to content

Commit 7aa44ea

Browse files
committed
mc-router: same test for consistency
1 parent 8423273 commit 7aa44ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/mc-router/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Create the name of the service account to use
6565
Helper function for environment variables
6666
*/}}
6767
{{- define "mc-router.envMap" -}}
68-
{{- if or (index . 1) (kindIs "bool" (index . 1)) }}
68+
{{- if or (index . 1) (kindIs "float64" (index . 1)) (kindIs "bool" (index . 1)) }}
6969
- name: {{ index . 0 }}
7070
value: {{ index . 1 | quote }}
7171
{{- end }}

0 commit comments

Comments
 (0)