From a1c5e6b250bb45288c7338d15770e3eb60eb6eba Mon Sep 17 00:00:00 2001 From: Jakub Kuzelka Date: Wed, 29 Jan 2020 15:47:41 +0100 Subject: [PATCH] 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 1adef00c86e5c3071f063be0a4e5002004a3bdbb) --- charts/ceph-csi-rbd/templates/nodeplugin-daemonset.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/ceph-csi-rbd/templates/nodeplugin-daemonset.yaml b/charts/ceph-csi-rbd/templates/nodeplugin-daemonset.yaml index f9db16e58..2567bba66 100644 --- a/charts/ceph-csi-rbd/templates/nodeplugin-daemonset.yaml +++ b/charts/ceph-csi-rbd/templates/nodeplugin-daemonset.yaml @@ -112,6 +112,8 @@ spec: mountPath: /csi - mountPath: /dev name: host-dev + - mountPath: /run/mount + name: host-mount - mountPath: /sys name: host-sys - mountPath: /lib/modules