-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide example on how to create users in tenant chart #1362
Comments
@aqeelat Which docs are you refering too? |
I can't find any reference on creating users on that page. |
Sorry I meant https://min.io/docs/minio/kubernetes/upstream/reference/tenant-chart-values.html#minio-tenant-chart-values Regardless, its not very straightforward to find |
I think the reporter of this issue has a valid point. We should provide an example here. |
https://github.com/minio/operator/blob/master/helm/tenant/values.yaml We generate that page using the values in the actual values.yaml, so to update this line with more details. Looking at the chart , that all boils down to the crd where we accept a We could try to do a pass through the CRD and back that into the |
We can't update that value, because that would create a user by default and we don't want to do that. |
@ramondeklein we can just add to the commented line above it, I should have been more specific. We use an autoyaml plugin that just takes whatever is in that comment block and pops it into the RST. No change to the actual value is required. |
The docs say that it is a list of secrets. It does not say that the list should be of objects that contain a name.
I had to go through the crd schema to understand why my tenant was not being created.
Incorrect:
Correct:
The text was updated successfully, but these errors were encountered: