Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates minio root user and password (#298)
Previously, when the minio krew plugin was used to deploy the minio tenant, the root user credentials were randomly generated. The Helm chart we're using have default values: minio, minio123. We're now generating random strings for the root user and password. Additionally, we're updating the minio env configuration secret name to reflect the tenant name, as it was previously.
- Loading branch information