From 59e5ca7193bbc8fb8a2317d9acb0c03b67ddf4ac Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Thu, 16 Nov 2023 20:52:20 +0800 Subject: [PATCH] Add https to S3 location --- velero/values.home.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/velero/values.home.yaml b/velero/values.home.yaml index 10ce89b..d0e8d0f 100644 --- a/velero/values.home.yaml +++ b/velero/values.home.yaml @@ -332,7 +332,7 @@ configuration: # name of the secret used by this backupStorageLocation. name: minio-creds # name of key that contains the secret data to be used. - key: minio + key: minio-creds # Additional provider-specific configuration. See link above # for details of required/optional fields for your provider. config: @@ -363,7 +363,7 @@ configuration: # name of the secret used by this volumeSnapshotLocation. name: minio-creds # name of key that contains the secret data to be used. - key: minio + key: minio-creds # Additional provider-specific configuration. See link above # for details of required/optional fields for your provider. config: