diff --git a/deploy/cephfs/kubernetes/v1.13/csi-cephfsplugin.yaml b/deploy/cephfs/kubernetes/v1.13/csi-cephfsplugin.yaml index 9bc855785..f0e087594 100644 --- a/deploy/cephfs/kubernetes/v1.13/csi-cephfsplugin.yaml +++ b/deploy/cephfs/kubernetes/v1.13/csi-cephfsplugin.yaml @@ -29,8 +29,8 @@ spec: exec: command: [ "/bin/sh", "-c", - "rm -rf /registration/csi-cephfsplugin \ - /registration/csi-cephfsplugin-reg.sock" + "rm -rf /registration/cephfs.csi.ceph.com \ + /registration/cephfs.csi.ceph.com-reg.sock" ] env: - name: KUBE_NODE_NAME diff --git a/deploy/cephfs/kubernetes/v1.14+/csi-cephfsplugin.yaml b/deploy/cephfs/kubernetes/v1.14+/csi-cephfsplugin.yaml index 2c1dde94a..5b5127d79 100644 --- a/deploy/cephfs/kubernetes/v1.14+/csi-cephfsplugin.yaml +++ b/deploy/cephfs/kubernetes/v1.14+/csi-cephfsplugin.yaml @@ -29,8 +29,8 @@ spec: exec: command: [ "/bin/sh", "-c", - "rm -rf /registration/csi-cephfsplugin \ - /registration/csi-cephfsplugin-reg.sock" + "rm -rf /registration/cephfs.csi.ceph.com \ + /registration/cephfs.csi.ceph.com-reg.sock" ] env: - name: KUBE_NODE_NAME