# Default Longhorn VolumeSnapshotClass for Velero CSI — one class per driver may carry # **velero.io/csi-volumesnapshot-class: "true"** (see velero/README.md). # Apply after **Longhorn** CSI is running (`driver.longhorn.io`). apiVersion: snapshot.storage.k8s.io/v1 kind: VolumeSnapshotClass metadata: name: longhorn-velero labels: velero.io/csi-volumesnapshot-class: "true" driver: driver.longhorn.io deletionPolicy: Delete