Skip to content

Commit 1118813

Browse files
committed
fix volume paths
1 parent 06dd3f5 commit 1118813

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cluster/manifests/aws-fsx-csi-driver/daemonset.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ spec:
105105
volumes:
106106
- name: kubelet-dir
107107
hostPath:
108-
path: /var/lib/kubelet
108+
path: /opt/podruntime/kubelet
109109
type: Directory
110110
- name: registration-dir
111111
hostPath:
112-
path: /var/lib/kubelet/plugins_registry/
112+
path: /opt/podruntime/kubelet/plugins_registry/
113113
type: Directory
114114
- name: plugin-dir
115115
hostPath:
116-
path: /var/lib/kubelet/plugins/fsx.csi.aws.com/
116+
path: /opt/podruntime/kubelet/plugins/fsx.csi.aws.com/
117117
type: DirectoryOrCreate

0 commit comments

Comments
 (0)