diff --git a/helm/tenant/values.yaml b/helm/tenant/values.yaml index 877a10e5fc9..c30dbebc205 100644 --- a/helm/tenant/values.yaml +++ b/helm/tenant/values.yaml @@ -301,8 +301,9 @@ tenant: buckets: [ ] ### # Array of Kubernetes secrets from which the Operator generates MinIO users during tenant provisioning. - # + # Each element in the array is an object consisting of a key-value pair ``name: ``, where the ```` references an opaque Kubernetes secret. # Each secret should specify the ``CONSOLE_ACCESS_KEY`` and ``CONSOLE_SECRET_KEY`` as the access key and secret key for that user. + # The Operator creates each user with the ``consoleAdmin`` policy by default. You can change the assigned policy after the Tenant starts. users: [ ] ### # The `PodManagement `__ policy for MinIO Tenant Pods.