We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e219d43 + a30b3b5 commit 319ad09Copy full SHA for 319ad09
deployments/helm/nvidia-device-plugin/templates/daemonset-device-plugin.yml
@@ -143,7 +143,7 @@ spec:
143
{{- end }}
144
{{- if typeIs "bool" .Values.failOnInitError }}
145
- name: FAIL_ON_INIT_ERROR
146
- value: {{ .Values.failOnInitError }}
+ value: {{ .Values.failOnInitError | quote }}
147
148
{{- if typeIs "bool" .Values.compatWithCPUManager }}
149
- name: PASS_DEVICE_SPECS
0 commit comments