From 4e6ea2eaa83922babeb8fc112b0c7bf2a57bebf4 Mon Sep 17 00:00:00 2001 From: nicktrn <55853254+nicktrn@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:29:16 +0100 Subject: [PATCH] add object store root credentials warning --- hosting/k8s/helm/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosting/k8s/helm/values.yaml b/hosting/k8s/helm/values.yaml index 1d0aca98a..b9ca9f495 100644 --- a/hosting/k8s/helm/values.yaml +++ b/hosting/k8s/helm/values.yaml @@ -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"