Skip to content

Commit 319ad09

Browse files
authored
Merge pull request #1076 from elezar/backport-1059
Ensure FAIL_ON_INIT_ERROR boolean env is quoted
2 parents e219d43 + a30b3b5 commit 319ad09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/helm/nvidia-device-plugin/templates/daemonset-device-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ spec:
143143
{{- end }}
144144
{{- if typeIs "bool" .Values.failOnInitError }}
145145
- name: FAIL_ON_INIT_ERROR
146-
value: {{ .Values.failOnInitError }}
146+
value: {{ .Values.failOnInitError | quote }}
147147
{{- end }}
148148
{{- if typeIs "bool" .Values.compatWithCPUManager }}
149149
- name: PASS_DEVICE_SPECS

0 commit comments

Comments
 (0)