From fdd8f2e65473a5c824980e8d3572784420114162 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Tue, 28 Jan 2025 17:45:50 +0100 Subject: [PATCH] Fix velero values --- infrastructure/controllers/velero/release.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/infrastructure/controllers/velero/release.yaml b/infrastructure/controllers/velero/release.yaml index ae57f18..7422f52 100644 --- a/infrastructure/controllers/velero/release.yaml +++ b/infrastructure/controllers/velero/release.yaml @@ -15,11 +15,10 @@ spec: name: velero-helm-repo namespace: velero values: - deployRestic: true + deploNodeAgent: true configuration: - provider: aws backupStorageLocation: - name: default + - name: default provider: aws default: true bucket: ${VELERO_BUCKET} @@ -29,7 +28,7 @@ spec: s3Url: https://s3.fr-par.scw.cloud publicUrl: https://s3.fr-par.scw.cloud - defaultVolumesToRestic: true + defaultVolumesToFsBackup: true # Backup schedules schedules: @@ -58,7 +57,7 @@ spec: credentials: existingSecret: velero-s3-credentials - restic: + nodeAgent: resources: requests: cpu: 100m