Skip to content

Commit

Permalink
mc-router: same test for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascizeron committed Dec 12, 2024
1 parent eb62af7 commit 9428f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/mc-router/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 9428f25

Please sign in to comment.