Add mayastor snapshotclass

This commit is contained in:
2025-02-14 01:21:35 +01:00
parent eeed8630cc
commit a0e820b7fa
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
kind: VolumeSnapshotClass
apiVersion: snapshot.storage.k8s.io/v1
metadata:
name: csi-mayastor-snapshotclass
annotations:
velero.io/csi-volumesnapshot-class: "true"
driver: io.openebs.csi-mayastor
deletionPolicy: Delete

View File

@@ -11,3 +11,4 @@ resources:
- configs/loadbalancer-ippool.yaml
- configs/cluster-issuer.yaml
- configs/single-hdd-sc.yaml
- configs/mayastor-snapshotclass.yaml