Fix(velero): fill in s3 config
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user