Skip to content

Commit a82761a

Browse files
zjx20apecloud-bot
authored andcommitted
fix: ignore BucketAlreadyExists errors for OSS (#9555)
(cherry picked from commit 2d2e4ea)
1 parent da8dac9 commit a82761a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • deploy/helm/templates/storageprovider

deploy/helm/templates/storageprovider/oss.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ spec:
4848
root = {{ `{{ index .Parameters "bucket" }}` }}
4949
no_check_certificate = {{ `{{ index .Parameters "insecure" }}` }}
5050
no_check_bucket = {{ `{{ index .Parameters "noCheckBucket" }}` }}
51+
use_already_exists = false
5152
chunk_size = 50Mi
5253
5354
parametersSchema:

0 commit comments

Comments
 (0)