Skip to content

Commit baeeed1

Browse files
committed
fix: helm chart did not specify hostPath type
Signed-off-by: Paul Bastide <[email protected]>
1 parent a1914bc commit baeeed1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deployments/helm/power-dra-driver/templates/kubeletplugin.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,15 @@ spec:
6666
- name: plugins-registry
6767
hostPath:
6868
path: /var/lib/kubelet/plugins_registry
69+
type: Directory
6970
- name: plugins
7071
hostPath:
7172
path: /var/lib/kubelet/plugins
73+
type: Directory
7274
- name: cdi
7375
hostPath:
7476
path: /var/run/cdi
77+
type: Directory
7578
{{- with .Values.kubeletPlugin.nodeSelector }}
7679
nodeSelector:
7780
{{- toYaml . | nindent 8 }}

0 commit comments

Comments
 (0)