File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
deployments/helm/nvidia-dra-driver-gpu/templates Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2525 replicas : 1
2626 selector :
2727 matchLabels :
28- {{- include " nvidia-dra-driver-gpu.selectorLabels" . | nindent 6 }}
28+ nvidia-dra-driver-gpu-component : controller
2929 template :
3030 metadata :
3131 {{- with .Values.controller.podAnnotations }}
3434 {{- end }}
3535 labels :
3636 {{- include "nvidia-dra-driver-gpu.templateLabels" . | nindent 8 }}
37+ nvidia-dra-driver-gpu-component : controller
3738 spec :
3839 {{- if .Values.controller.priorityClassName }}
3940 priorityClassName : {{ .Values.controller.priorityClassName }}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ metadata:
2424spec :
2525 selector :
2626 matchLabels :
27- {{- include " nvidia-dra-driver-gpu.selectorLabels" . | nindent 6 }}
27+ nvidia-dra-driver-gpu-component : kubelet-plugin
2828 {{- with .Values.kubeletPlugin.updateStrategy }}
2929 updateStrategy :
3030 {{- toYaml . | nindent 4 }}
3737 {{- end }}
3838 labels :
3939 {{- include "nvidia-dra-driver-gpu.templateLabels" . | nindent 8 }}
40+ nvidia-dra-driver-gpu-component : kubelet-plugin
4041 spec :
4142 {{- if .Values.kubeletPlugin.priorityClassName }}
4243 priorityClassName : {{ .Values.kubeletPlugin.priorityClassName }}
You can’t perform that action at this time.
0 commit comments