File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
deployments/gpu-operator/templates Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 35
35
- -c
36
36
- >
37
37
kubectl apply -f /opt/gpu-operator/nvidia.com_clusterpolicies_crd.yaml;
38
+ kubectl apply -f /opt/gpu-operator/nvidia.com_nvidiadrivers.yaml;
38
39
{{- if .Values.nfd.enabled }}
39
40
kubectl apply -f /opt/gpu-operator/nfd-api-crds.yaml;
40
41
{{- end }}
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ RUN mv ./kubectl /usr/local/bin
95
95
96
96
# Add CRD resource into the image for helm upgrades
97
97
COPY deployments/gpu-operator/crds/nvidia.com_clusterpolicies_crd.yaml /opt/gpu-operator/nvidia.com_clusterpolicies_crd.yaml
98
+ COPY deployments/gpu-operator/crds/nvidia.com_nvidiadrivers.yaml /opt/gpu-operator/nvidia.com_nvidiadrivers.yaml
98
99
COPY deployments/gpu-operator/charts/node-feature-discovery/crds/nfd-api-crds.yaml /opt/gpu-operator/nfd-api-crds.yaml
99
100
100
101
# Install / upgrade packages here that are required to resolve CVEs
You can’t perform that action at this time.
0 commit comments