diff --git a/infrastructure/controllers/velero/release.yaml b/infrastructure/controllers/velero/release.yaml index e14c35f..e83dd72 100644 --- a/infrastructure/controllers/velero/release.yaml +++ b/infrastructure/controllers/velero/release.yaml @@ -16,16 +16,13 @@ spec: namespace: velero values: snapshotsEnabled: false - deploNodeAgent: true + deployNodeAgent: true configuration: backupStorageLocation: - - name: default + - name: scaleway provider: aws default: true bucket: ${VELERO_BUCKET} - credential: - key: cloud - name: velero-s3-credentials config: region: nl-ams s3Url: https://s3.nl-ams.scw.cloud @@ -48,6 +45,9 @@ spec: type: scheduled period: daily + credentials: + existingSecret: velero-s3-credentials + resources: requests: cpu: 200m