From 1adef00c86e5c3071f063be0a4e5002004a3bdbb 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. --- charts/ceph-csi-rbd/templates/nodeplugin-daemonset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/ceph-csi-rbd/templates/nodeplugin-daemonset.yaml b/charts/ceph-csi-rbd/templates/nodeplugin-daemonset.yaml index dfbc52e8b..361ad9f3d 100644 --- a/charts/ceph-csi-rbd/templates/nodeplugin-daemonset.yaml +++ b/charts/ceph-csi-rbd/templates/nodeplugin-daemonset.yaml @@ -111,9 +111,9 @@ spec: - name: socket-dir mountPath: /csi - mountPath: /dev - name: host-mount - - mountPath: /run/mount name: host-dev + - mountPath: /run/mount + name: host-mount - mountPath: /sys name: host-sys - mountPath: /lib/modules