add object store root credentials warning

This commit is contained in:
nicktrn
2025-06-25 14:29:16 +01:00
parent f8837365c3
commit 4e6ea2eaa8
+3
View File
@@ -454,6 +454,9 @@ minio:
repository: minio/minio
tag: "latest"
pullPolicy: IfNotPresent
# WARNING: This sets the root user and password on first startup and MUST be changed via the dashboard.
# - Don't forget to update secrets.objectStore if you intend to use the root credentials.
# - You should instead create a new non-root user and update the secrets.objectStore with the new credentials.
auth:
rootUser: "admin"
rootPassword: "very-safe-password"