From 152023e83715bf36a0cb7c9a9ad15af58884364e Mon Sep 17 00:00:00 2001 From: Albert Date: Wed, 24 Jan 2024 07:33:13 +0000 Subject: [PATCH] Correct a mistake in the value.yaml of minio helm chart (#18611) Only rootUser and rootPassword will be generated when not set. --- helm/minio/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/minio/values.yaml b/helm/minio/values.yaml index d7e175852..5783b5c09 100644 --- a/helm/minio/values.yaml +++ b/helm/minio/values.yaml @@ -84,7 +84,7 @@ priorityClassName: "" runtimeClassName: "" ## Set default rootUser, rootPassword -## AccessKey and secretKey is generated when not set +## rootUser and rootPassword is generated when not set ## Distributed MinIO ref: https://min.io/docs/minio/linux/operations/install-deploy-manage/deploy-minio-multi-node-multi-drive.html ## rootUser: ""