diff --git a/deploy/cephfs/kubernetes/v1.13/csi-cephfsplugin.yaml b/deploy/cephfs/kubernetes/v1.13/csi-cephfsplugin.yaml index f0851bcb0..265c32abf 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 09f258668..385b9bae6 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