mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-24 11:09:12 +08:00
templates/post-install-user-hook.yaml
This commit is contained in:
parent
5db0064ffe
commit
2920949def
@ -577,14 +577,18 @@ filer:
|
|||||||
existingConfigSecret: ""
|
existingConfigSecret: ""
|
||||||
auditLogConfig: {}
|
auditLogConfig: {}
|
||||||
# You may specify buckets and users to be created during the install process
|
# You may specify buckets and users to be created during the install process
|
||||||
# createBuckets:
|
# The user's credentials must be in an existing secret using the key names:
|
||||||
|
# 'ACCESS_KEY_ID' and 'ACCESS_SECRET_KEY'
|
||||||
|
# The secret name should use underscore '_' separators,
|
||||||
|
# using a dash '-' will case variable expansion to fail inside the job.
|
||||||
|
#createBuckets:
|
||||||
# - bucket-a
|
# - bucket-a
|
||||||
# - bucket-b
|
# - bucket-b
|
||||||
# createUsers:
|
# createUsers:
|
||||||
# - name: friend
|
# - name: friend
|
||||||
# actions: "read,write,list"
|
# actions: "read,write,list"
|
||||||
# buckets: "bucket-b"
|
# buckets: "bucket-b"
|
||||||
# secretName: friend-s3-creds
|
# secretName: friend_s3_creds
|
||||||
|
|
||||||
|
|
||||||
s3:
|
s3:
|
||||||
|
Loading…
Reference in New Issue
Block a user