From 594156ccf83fca7e697b114932f284caba9ac870 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Thu, 30 Jan 2025 18:23:30 +0100 Subject: [PATCH] Fix typo --- infrastructure/controllers/velero/release.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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