apiVersion: velero.io/v1 kind: Backup metadata: name: dm-smoke namespace: openshift-adp spec: includedNamespaces: - gitea # Use your default BSL (you set default: true), but being explicit is fine: storageLocation: default # Take CSI snapshots (not filesystem copy)… snapshotVolumes: true # …and then move the snapshot data into object storage (Data Mover). # This is the YAML equivalent of `--snapshot-move-data`. snapshotMoveData: true ttl: 168h0m0s