From 8d283f3cca737c0cac4c3be85fa4fb9e2232bf39 Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Thu, 23 Jun 2022 11:31:44 +0530 Subject: [PATCH] deploy: fix the staging path accordingly in the templates Signed-off-by: Prasanna Kumar Kalever (cherry picked from commit d3650ae8638ef6adff7249e97e06e6de04c8f989) --- charts/ceph-csi-rbd/templates/nodeplugin-daemonset.yaml | 2 +- deploy/rbd/kubernetes/csi-rbdplugin.yaml | 2 +- 2 files 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 decd6e78c..aad875423 100644 --- a/charts/ceph-csi-rbd/templates/nodeplugin-daemonset.yaml +++ b/charts/ceph-csi-rbd/templates/nodeplugin-daemonset.yaml @@ -67,7 +67,7 @@ spec: args: - "--nodeid=$(NODE_ID)" - "--pluginpath={{ .Values.kubeletDir }}/plugins" - - "--stagingpath={{ .Values.kubeletDir }}/plugins/kubernetes.io/csi/pv/" + - "--stagingpath={{ .Values.kubeletDir }}/plugins/kubernetes.io/csi/" - "--type=rbd" - "--nodeserver=true" - "--pidlimit=-1" diff --git a/deploy/rbd/kubernetes/csi-rbdplugin.yaml b/deploy/rbd/kubernetes/csi-rbdplugin.yaml index e41fd5905..3c3bca0a6 100644 --- a/deploy/rbd/kubernetes/csi-rbdplugin.yaml +++ b/deploy/rbd/kubernetes/csi-rbdplugin.yaml @@ -55,7 +55,7 @@ spec: args: - "--nodeid=$(NODE_ID)" - "--pluginpath=/var/lib/kubelet/plugins" - - "--stagingpath=/var/lib/kubelet/plugins/kubernetes.io/csi/pv/" + - "--stagingpath=/var/lib/kubelet/plugins/kubernetes.io/csi/" - "--type=rbd" - "--nodeserver=true" - "--endpoint=$(CSI_ENDPOINT)"