mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 18:22:54 +02:00
11 lines
234 B
YAML
11 lines
234 B
YAML
apiVersion: snapshot.storage.k8s.io/v1
|
|
kind: VolumeSnapshotClass
|
|
metadata:
|
|
name: longhorn-backup-vsc
|
|
labels:
|
|
velero.io/csi-volumesnapshot-class: "true"
|
|
driver: driver.longhorn.io
|
|
deletionPolicy: Delete
|
|
parameters:
|
|
type: bak
|