From 2f7ee5c730f65e203a4b54016262164d94e9bff6 Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Thu, 16 Nov 2023 20:38:22 +0800 Subject: [PATCH] Add https to S3 location --- velero/values.home.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/velero/values.home.yaml b/velero/values.home.yaml index 0a5fd19..10ce89b 100644 --- a/velero/values.home.yaml +++ b/velero/values.home.yaml @@ -338,7 +338,7 @@ configuration: config: region: home-icarus s3ForcePathStyle: true - s3Url: s3.ervine.cloud + s3Url: https://s3.ervine.cloud # kmsKeyId: # resourceGroup: # The ID of the subscription containing the storage account, if different from the cluster’s subscription. (Azure only)