Skip to content

Commit

Permalink
Added bucket schema example to tenant values file (#1657)
Browse files Browse the repository at this point in the history
The previous comment implied it was a list of strings, which fails object creation in the cluster, so adding an example might save someone the time of having to look it up in the CRD or elsewhere
  • Loading branch information
adam-huganir committed Jun 22, 2023
1 parent 668d8b1 commit 807335d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion helm/tenant/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,11 @@ tenant:
features:
bucketDNS: false
domains: { }
## List of bucket names to create during tenant provisioning
## List of bucket definitions to create during tenant provisioning.
## Example:
# - name: my-minio-bucket
# objectLock: false # optional
# region: us-east-1 # optional
buckets: [ ]
## List of secret names to use for generating MinIO users during tenant provisioning
users: [ ]
Expand Down

0 comments on commit 807335d

Please sign in to comment.