Skip to content

Commit cc79755

Browse files
committed
fix merge conflict
Signed-off-by: Rahul Sharma <[email protected]>
1 parent 84af693 commit cc79755

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

deployments/gpu-operator/templates/cleanup_crd.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ spec:
3535
image: {{ include "gpu-operator.fullimage" . }}
3636
imagePullPolicy: {{ .Values.operator.imagePullPolicy }}
3737
command:
38-
<<<<<<< HEAD
3938
- sh
4039
- -c
4140
- >
@@ -47,15 +46,5 @@ spec:
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 }}

0 commit comments

Comments
 (0)