From 3b9ce2cc14f9476a78d4815c8c8a0d56a96f20c6 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Thu, 23 May 2024 12:28:13 -0400 Subject: [PATCH] default backup location --- velero/helmrelease-velero.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/velero/helmrelease-velero.yaml b/velero/helmrelease-velero.yaml index e0ae3d6..f4fdb66 100644 --- a/velero/helmrelease-velero.yaml +++ b/velero/helmrelease-velero.yaml @@ -27,7 +27,7 @@ spec: backupStorageLocation: # name is the name of the backup storage location where backups should be stored. If a name is not provided, # a backup storage location will be created with the name "default". Optional. - - name: backblaze + - name: default # provider is the name for the backup storage location provider. provider: aws # bucket is the name of the bucket to store backups in. Required. @@ -49,7 +49,7 @@ spec: useOwnerReferencesInBackup: false template: ttl: "240h" - storageLocation: backblaze # use the same name you defined above in backupStorageLocation + storageLocation: default # use the same name you defined above in backupStorageLocation excludedNamespaces: - media