From 565ef90ce8ada9808ac84c5ede20ffe375c9349e Mon Sep 17 00:00:00 2001 From: Daryl White <53910321+djwfyi@users.noreply.github.com> Date: Thu, 10 Jul 2025 09:19:43 -0400 Subject: [PATCH] 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 --- helm/tenant/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.