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:
Madhu Rajanna 2019-09-25 18:28:14 +05:30 committed by mergify[bot]
parent 1efdf14ac5
commit 9287948991
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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