9 lines
240 B
YAML
9 lines
240 B
YAML
kind: VolumeSnapshotClass
|
|
apiVersion: snapshot.storage.k8s.io/v1
|
|
metadata:
|
|
name: csi-mayastor-snapshotclass
|
|
annotations:
|
|
snapshot.storage.kubernetes.io/is-default-class: "true"
|
|
driver: io.openebs.csi-mayastor
|
|
deletionPolicy: Delete
|