Skip to content

Commit 4e6ea2e

Browse files
committed
add object store root credentials warning
1 parent f883736 commit 4e6ea2e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hosting/k8s/helm/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,9 @@ minio:
454454
repository: minio/minio
455455
tag: "latest"
456456
pullPolicy: IfNotPresent
457+
# WARNING: This sets the root user and password on first startup and MUST be changed via the dashboard.
458+
# - Don't forget to update secrets.objectStore if you intend to use the root credentials.
459+
# - You should instead create a new non-root user and update the secrets.objectStore with the new credentials.
457460
auth:
458461
rootUser: "admin"
459462
rootPassword: "very-safe-password"

0 commit comments

Comments
 (0)