From 76e38d9829be44e578533e6f21d932fba2666ebf Mon Sep 17 00:00:00 2001 From: Charlie Haley Date: Thu, 7 Dec 2023 20:22:35 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20set=20aws=20region?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/volsyncbackup/templates/replicationsource.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/kubernetes/templates/volsyncbackup/templates/replicationsource.yaml b/kubernetes/templates/volsyncbackup/templates/replicationsource.yaml index d8e6d87c0..97d0db57b 100644 --- a/kubernetes/templates/volsyncbackup/templates/replicationsource.yaml +++ b/kubernetes/templates/volsyncbackup/templates/replicationsource.yaml @@ -10,6 +10,7 @@ stringData: RESTIC_PASSWORD: "${RESTIC_PASSWORD}" AWS_ACCESS_KEY_ID: "${AWS_ACCESS_KEY_RESTIC}" AWS_SECRET_ACCESS_KEY: "${AWS_SECRET_KEY_RESTIC}" + AWS_DEFAULT_REGION: eu-west-1 --- apiVersion: volsync.backube/v1alpha1 kind: ReplicationSource