diff --git a/examples/cephfs/pvc-clone.yaml b/examples/cephfs/pvc-clone.yaml index 785d17fb7..5853e2bb5 100644 --- a/examples/cephfs/pvc-clone.yaml +++ b/examples/cephfs/pvc-clone.yaml @@ -9,7 +9,7 @@ spec: name: csi-cephfs-pvc kind: PersistentVolumeClaim accessModes: - - ReadWriteOnce + - ReadWriteMany resources: requests: storage: 1Gi diff --git a/examples/cephfs/pvc-restore.yaml b/examples/cephfs/pvc-restore.yaml index f8413cc5c..0d33b232b 100644 --- a/examples/cephfs/pvc-restore.yaml +++ b/examples/cephfs/pvc-restore.yaml @@ -10,7 +10,7 @@ spec: kind: VolumeSnapshot apiGroup: snapshot.storage.k8s.io accessModes: - - ReadWriteOnce + - ReadWriteMany resources: requests: storage: 1Gi