mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-23 14:50:24 +00:00
Repair typo in host-mount and host-dev definition. It was swithced between each other and actually there is not possible to deploy nodeplugin-daemonset via helm chart.
(cherry picked from commit 1adef00c86
)
This commit is contained in:
parent
abaf14a12d
commit
a1c5e6b250
@ -112,6 +112,8 @@ spec:
|
|||||||
mountPath: /csi
|
mountPath: /csi
|
||||||
- mountPath: /dev
|
- mountPath: /dev
|
||||||
name: host-dev
|
name: host-dev
|
||||||
|
- mountPath: /run/mount
|
||||||
|
name: host-mount
|
||||||
- mountPath: /sys
|
- mountPath: /sys
|
||||||
name: host-sys
|
name: host-sys
|
||||||
- mountPath: /lib/modules
|
- mountPath: /lib/modules
|
||||||
|
Loading…
Reference in New Issue
Block a user