File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
deployments/gpu-operator/templates Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 3535 image : {{ include "gpu-operator.fullimage" . }}
3636 imagePullPolicy : {{ .Values.operator.imagePullPolicy }}
3737 command :
38- <<<<<<< HEAD
3938 - sh
4039 - -c
4140 - >
4746 kubectl delete crd nodefeaturegroups.nfd.k8s-sigs.io --ignore-not-found=true;
4847 kubectl delete crd nodefeaturerules.nfd.k8s-sigs.io --ignore-not-found=true;
4948 {{- end }}
50- =======
51- - /usr/bin/manage-crds
52- args :
53- - delete
54- - --filepath=/opt/gpu-operator/nvidia.com_clusterpolicies.yaml
55- - --filepath=/opt/gpu-operator/nvidia.com_nvidiadrivers.yaml
56- {{- if .Values.nfd.enabled }}
57- - --filepath=/opt/gpu-operator/nfd-api-crds.yaml
58- {{- end }}
59- >>>>>>> d834539c (fix minor issues with templates)
6049 restartPolicy : OnFailure
6150{{- end }}
You can’t perform that action at this time.
0 commit comments