mirror of
https://git.mirrors.martin98.com/https://github.com/ceph/ceph-csi.git
synced 2025-08-11 17:48:59 +08:00
deploy: fix the staging path accordingly in the templates
Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com> (cherry picked from commit d3650ae8638ef6adff7249e97e06e6de04c8f989)
This commit is contained in:
parent
d18eaceab4
commit
8d283f3cca
@ -67,7 +67,7 @@ spec:
|
|||||||
args:
|
args:
|
||||||
- "--nodeid=$(NODE_ID)"
|
- "--nodeid=$(NODE_ID)"
|
||||||
- "--pluginpath={{ .Values.kubeletDir }}/plugins"
|
- "--pluginpath={{ .Values.kubeletDir }}/plugins"
|
||||||
- "--stagingpath={{ .Values.kubeletDir }}/plugins/kubernetes.io/csi/pv/"
|
- "--stagingpath={{ .Values.kubeletDir }}/plugins/kubernetes.io/csi/"
|
||||||
- "--type=rbd"
|
- "--type=rbd"
|
||||||
- "--nodeserver=true"
|
- "--nodeserver=true"
|
||||||
- "--pidlimit=-1"
|
- "--pidlimit=-1"
|
||||||
|
@ -55,7 +55,7 @@ spec:
|
|||||||
args:
|
args:
|
||||||
- "--nodeid=$(NODE_ID)"
|
- "--nodeid=$(NODE_ID)"
|
||||||
- "--pluginpath=/var/lib/kubelet/plugins"
|
- "--pluginpath=/var/lib/kubelet/plugins"
|
||||||
- "--stagingpath=/var/lib/kubelet/plugins/kubernetes.io/csi/pv/"
|
- "--stagingpath=/var/lib/kubelet/plugins/kubernetes.io/csi/"
|
||||||
- "--type=rbd"
|
- "--type=rbd"
|
||||||
- "--nodeserver=true"
|
- "--nodeserver=true"
|
||||||
- "--endpoint=$(CSI_ENDPOINT)"
|
- "--endpoint=$(CSI_ENDPOINT)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user