mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
10 lines
223 B
YAML
10 lines
223 B
YAML
|
---
|
||
|
apiVersion: snapshot.storage.k8s.io/v1beta1
|
||
|
kind: VolumeSnapshot
|
||
|
metadata:
|
||
|
name: cephfs-pvc-snapshot
|
||
|
spec:
|
||
|
volumeSnapshotClassName: csi-cephfsplugin-snapclass
|
||
|
source:
|
||
|
persistentVolumeClaimName: csi-cephfs-pvc
|