mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-23 23:00:19 +00:00
update registration directory name
updated cephfs registration directory
name to match with rbd implementaion
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
(cherry picked from commit 9287948991
)
This commit is contained in:
parent
4ba07092e8
commit
21352486b7
@ -29,8 +29,8 @@ spec:
|
|||||||
exec:
|
exec:
|
||||||
command: [
|
command: [
|
||||||
"/bin/sh", "-c",
|
"/bin/sh", "-c",
|
||||||
"rm -rf /registration/csi-cephfsplugin \
|
"rm -rf /registration/cephfs.csi.ceph.com \
|
||||||
/registration/csi-cephfsplugin-reg.sock"
|
/registration/cephfs.csi.ceph.com-reg.sock"
|
||||||
]
|
]
|
||||||
env:
|
env:
|
||||||
- name: KUBE_NODE_NAME
|
- name: KUBE_NODE_NAME
|
||||||
|
@ -29,8 +29,8 @@ spec:
|
|||||||
exec:
|
exec:
|
||||||
command: [
|
command: [
|
||||||
"/bin/sh", "-c",
|
"/bin/sh", "-c",
|
||||||
"rm -rf /registration/csi-cephfsplugin \
|
"rm -rf /registration/cephfs.csi.ceph.com \
|
||||||
/registration/csi-cephfsplugin-reg.sock"
|
/registration/cephfs.csi.ceph.com-reg.sock"
|
||||||
]
|
]
|
||||||
env:
|
env:
|
||||||
- name: KUBE_NODE_NAME
|
- name: KUBE_NODE_NAME
|
||||||
|
Loading…
Reference in New Issue
Block a user