From 98eb4ddfa2665c9dd13f3d9cad1ff490fe23b1a5 Mon Sep 17 00:00:00 2001 From: ytshih Date: Tue, 29 Apr 2025 14:27:51 +0800 Subject: [PATCH] Fix(velero): fill in s3 config --- velero-system/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/velero-system/values.yaml b/velero-system/values.yaml index 536a175..5c5e4bf 100644 --- a/velero-system/values.yaml +++ b/velero-system/values.yaml @@ -323,7 +323,7 @@ configuration: # provider is the name for the backup storage location provider. provider: velero.io/aws # bucket is the name of the bucket to store backups in. Required. - bucket: k8s-backup + bucket: konchin-velero-backup # caCert defines a base64 encoded CA bundle to use when verifying TLS connections to the provider. Optional. caCert: # prefix is the directory under which all Velero data should be stored within the bucket. Optional. @@ -343,7 +343,7 @@ configuration: # Additional provider-specific configuration. See link above # for details of required/optional fields for your provider. config: - region: us-west-1 + region: asia-northeast-1 # s3ForcePathStyle: # s3Url: # kmsKeyId: