Skip to content

Commit

Permalink
Merge pull request #1059 from unai-ttxu/task/fix_chart_boolean_quoting
Browse files Browse the repository at this point in the history
Ensure `FAIL_ON_INIT_ERROR` boolean env is quoted
  • Loading branch information
elezar authored Nov 29, 2024
2 parents b31391b + c999cec commit 028a130
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 028a130

Please sign in to comment.