Skip to content

Commit

Permalink
Ensure FAIL_ON_INIT_ERROR boolean env is quoted
Browse files Browse the repository at this point in the history
Signed-off-by: Unai Arrien <[email protected]>
  • Loading branch information
unai-ttxu authored and elezar committed Nov 29, 2024
1 parent e219d43 commit a30b3b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ spec:
{{- end }}
{{- if typeIs "bool" .Values.failOnInitError }}
- name: FAIL_ON_INIT_ERROR
value: {{ .Values.failOnInitError }}
value: {{ .Values.failOnInitError | quote }}
{{- end }}
{{- if typeIs "bool" .Values.compatWithCPUManager }}
- name: PASS_DEVICE_SPECS
Expand Down

0 comments on commit a30b3b5

Please sign in to comment.