mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
5b512cd48c
capabilities to provisioner. Signed-off-by: Madhu Rajanna <mrajanna@redhat.com>
10 lines
212 B
YAML
10 lines
212 B
YAML
apiVersion: snapshot.storage.k8s.io/v1alpha1
|
|
kind: VolumeSnapshot
|
|
metadata:
|
|
name: rbd-pvc-snapshot
|
|
spec:
|
|
snapshotClassName: csi-rbdplugin-snapclass
|
|
source:
|
|
name: rbd-pvc
|
|
kind: PersistentVolumeClaim
|