mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-18 11:00:25 +00:00
21d639df20
updating the yamls of vgs to v1beta1 Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
14 lines
352 B
YAML
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
|