Skip to content

Commit 34dc398

Browse files
authored
Add details to Helm chart comments for tenant.users (minio#2470)
Add details to comments for tenant.user The comments did not adquately explain how to complete the tenant.users array. This adds missing details to the explanation for that line. Closes minio/docs#1362
1 parent 89022c7 commit 34dc398

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

helm/tenant/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,9 @@ tenant:
301301
buckets: [ ]
302302
###
303303
# Array of Kubernetes secrets from which the Operator generates MinIO users during tenant provisioning.
304-
#
304+
# Each element in the array is an object consisting of a key-value pair ``name: <string>``, where the ``<string>`` references an opaque Kubernetes secret.
305305
# Each secret should specify the ``CONSOLE_ACCESS_KEY`` and ``CONSOLE_SECRET_KEY`` as the access key and secret key for that user.
306+
# The Operator creates each user with the ``consoleAdmin`` policy by default. You can change the assigned policy after the Tenant starts.
306307
users: [ ]
307308
###
308309
# The `PodManagement <https://kubernetes.io/docs/tutorials/stateful-application/basic-stateful-set/#pod-management-policy>`__ policy for MinIO Tenant Pods.

0 commit comments

Comments
 (0)