You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Closesminio/docs#1362
Copy file name to clipboardExpand all lines: helm/tenant/values.yaml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -301,8 +301,9 @@ tenant:
301
301
buckets: [ ]
302
302
###
303
303
# 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.
305
305
# 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.
306
307
users: [ ]
307
308
###
308
309
# The `PodManagement <https://kubernetes.io/docs/tutorials/stateful-application/basic-stateful-set/#pod-management-policy>`__ policy for MinIO Tenant Pods.
0 commit comments