core-deployments/longhorn/volumesnapshotclass.yaml
Aaron Riedel b828af5a35
All checks were successful
continuous-integration/drone/push Build is passing
change default csi volumesnapshot class
2024-01-26 01:57:39 +01:00

19 lines
No EOL
402 B
YAML

kind: VolumeSnapshotClass
apiVersion: snapshot.storage.k8s.io/v1
metadata:
name: longhorn-bak
driver: driver.longhorn.io
deletionPolicy: Delete
parameters:
type: bak
---
kind: VolumeSnapshotClass
apiVersion: snapshot.storage.k8s.io/v1
metadata:
name: longhorn-snap
labels:
velero.io/csi-volumesnapshot-class: "true"
driver: driver.longhorn.io
deletionPolicy: Delete
parameters:
type: snap