We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1914bc commit baeeed1Copy full SHA for baeeed1
deployments/helm/power-dra-driver/templates/kubeletplugin.yaml
@@ -66,12 +66,15 @@ spec:
66
- name: plugins-registry
67
hostPath:
68
path: /var/lib/kubelet/plugins_registry
69
+ type: Directory
70
- name: plugins
71
72
path: /var/lib/kubelet/plugins
73
74
- name: cdi
75
76
path: /var/run/cdi
77
78
{{- with .Values.kubeletPlugin.nodeSelector }}
79
nodeSelector:
80
{{- toYaml . | nindent 8 }}
0 commit comments