Fix(velero): fill in s3 config

This commit is contained in:
2025-04-29 14:27:51 +08:00
parent 057ac1fdd4
commit 98eb4ddfa2

View File

@@ -323,7 +323,7 @@ configuration:
# provider is the name for the backup storage location provider. # provider is the name for the backup storage location provider.
provider: velero.io/aws provider: velero.io/aws
# bucket is the name of the bucket to store backups in. Required. # 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 defines a base64 encoded CA bundle to use when verifying TLS connections to the provider. Optional.
caCert: caCert:
# prefix is the directory under which all Velero data should be stored within the bucket. Optional. # 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 # Additional provider-specific configuration. See link above
# for details of required/optional fields for your provider. # for details of required/optional fields for your provider.
config: config:
region: us-west-1 region: asia-northeast-1
# s3ForcePathStyle: # s3ForcePathStyle:
# s3Url: # s3Url:
# kmsKeyId: # kmsKeyId: