From 5aed4105503bd0127bbc34555facbea73f9a4900 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Thu, 13 Feb 2025 02:39:15 +0100 Subject: [PATCH] Also keep local snapshots --- infrastructure/controllers/velero/helm_release.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/infrastructure/controllers/velero/helm_release.yaml b/infrastructure/controllers/velero/helm_release.yaml index c327507..9b6a56a 100644 --- a/infrastructure/controllers/velero/helm_release.yaml +++ b/infrastructure/controllers/velero/helm_release.yaml @@ -15,6 +15,7 @@ spec: values: credentials: useSecret: false + deployNodeAgent: true configuration: features: EnableCSI defaultSnapshotMoveData: true @@ -41,9 +42,10 @@ spec: s3Url: https://s3.eu-central-003.backblazeb2.com checksumAlgorithm: "" default: true - snapshotsEnabled: false - volumeSnapshotLocation: [] - deployNodeAgent: true + defaultVolumeSnapshotLocation: csi:csi + volumeSnapshotLocation: + - name: csi + provider: csi initContainers: - name: velero-plugin-for-aws image: velero/velero-plugin-for-aws:v1.11.1