We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f3d599 commit f61ca08Copy full SHA for f61ca08
deployments/gpu-operator/templates/nvidiadriver.yaml
@@ -1,3 +1,4 @@
1
+{{- if .Values.driver.enabled }}
2
{{- if and .Values.driver.nvidiaDriverCRD.enabled .Values.driver.nvidiaDriverCRD.deployDefaultCR }}
3
apiVersion: nvidia.com/v1alpha1
4
kind: NVIDIADriver
@@ -124,3 +125,4 @@ spec:
124
125
{{- end }}
126
127
128
+{{- end }}
0 commit comments