mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
update registration directory name
updated cephfs registration directory name to match with rbd implementaion Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
1efdf14ac5
commit
9287948991
@ -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