Skip to content

Commit

Permalink
modify config
Browse files Browse the repository at this point in the history
  • Loading branch information
buzhimingyonghu committed Dec 6, 2024
1 parent a1cdd24 commit daf5bfc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tools/kubeblocks_helm/BackupRepo_config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
kbcli backuprepo create my-repo \
--provider s3 \
--region <...>\
--bucket <...> \
--endpoint <...>\
--access-key-id <...> \
--secret-access-key <...> \
--access-method <...> \
--default \
--region ${S3_REGION} \
--bucket ${S3_BUCKET} \
--endpoint ${S3_ENDPOINT} \
--access-key-id ${S3_ACCESS_KEY} \
--secret-access-key ${S3_SECRET_KEY} \
--access-method ${S3_ACCESS_METHOD} \
--default

0 comments on commit daf5bfc

Please sign in to comment.