We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f883736 commit 4e6ea2eCopy full SHA for 4e6ea2e
hosting/k8s/helm/values.yaml
@@ -454,6 +454,9 @@ minio:
454
repository: minio/minio
455
tag: "latest"
456
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.
460
auth:
461
rootUser: "admin"
462
rootPassword: "very-safe-password"
0 commit comments