Skip to content

Commit b7e0091

Browse files
committed
squash
Signed-off-by: Dr. Jan-Philip Gehrcke <[email protected]>
1 parent 6a203b9 commit b7e0091

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployments/helm/nvidia-dra-driver-gpu/templates/kubeletplugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ metadata:
2424
spec:
2525
selector:
2626
matchLabels:
27-
{{- include "nvidia-dra-driver-gpu.selectorLabels" (dict "context" . "componentName" "kubeletplugin") | nindent 6 }}
27+
{{- include "nvidia-dra-driver-gpu.selectorLabels" (dict "context" . "componentName" "kubelet-plugin") | nindent 6 }}
2828
{{- with .Values.kubeletPlugin.updateStrategy }}
2929
updateStrategy:
3030
{{- toYaml . | nindent 4 }}
@@ -37,7 +37,7 @@ spec:
3737
{{- end }}
3838
labels:
3939
{{- include "nvidia-dra-driver-gpu.templateLabels" . | nindent 8 }}
40-
{{- include "nvidia-dra-driver-gpu.selectorLabels" (dict "context" . "componentName" "kubeletplugin") | nindent 8 }}
40+
{{- include "nvidia-dra-driver-gpu.selectorLabels" (dict "context" . "componentName" "kubelet-plugin") | nindent 8 }}
4141
spec:
4242
{{- if .Values.kubeletPlugin.priorityClassName }}
4343
priorityClassName: {{ .Values.kubeletPlugin.priorityClassName }}

0 commit comments

Comments
 (0)