mount csi socket on host
This commit is contained in:
parent
35a528e1c1
commit
b9f21a39ea
1 changed files with 3 additions and 1 deletions
|
@ -104,4 +104,6 @@ spec:
|
|||
mountPath: /var/lib/kubelet/plugins/ru.yandex.s3.csi
|
||||
volumes:
|
||||
- name: socket-dir
|
||||
emptyDir: {}
|
||||
hostPath:
|
||||
path: /var/lib/kubelet/plugins/ru.yandex.s3.csi
|
||||
type: DirectoryOrCreate
|
Loading…
Add table
Reference in a new issue