add a post-install hook for creating buckets

This commit is contained in:
Max Roby
2023-11-23 09:36:43 +01:00
committed by Chris Lu
parent 7a50762b9e
commit c44149a88f
2 changed files with 81 additions and 0 deletions

View File

@@ -576,6 +576,16 @@ filer:
# should have a secret key called seaweedfs_s3_config with an inline json configure
existingConfigSecret: ""
auditLogConfig: {}
# You may specify buckets and users to be created during the install process
# createBuckets:
# - bucketA
# - bucketB
# createUsers:
# - name: friend
# actions: "read,write,list"
# buckets: "bucketA"
# secretName: friend-s3-creds
s3:
enabled: false