ceph-csi/examples/rbd/groupsnapshot.yaml
Madhu Rajanna 63b17fc01e deploy: update the vgs api to v1beta1
updating the yamls of vgs to v1beta1

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
(cherry picked from commit 21d639df20)
2024-12-17 14:27:59 +00:00

14 lines
352 B
YAML

---
apiVersion: groupsnapshot.storage.k8s.io/v1beta1
kind: VolumeGroupSnapshot
metadata:
name: rbd-groupsnapshot
spec:
source:
selector:
matchLabels:
# The PVCs will need to have this label for it to be
# included in the VolumeGroupSnapshot
group: test
volumeGroupSnapshotClassName: csi-rbdplugin-groupsnapclass