🧑‍💻(helm) rename minio root user password

Using "impress" as the name of minio's root user in Tilt's
dev environment, was triggering obfuscation of the logs in Tilt's
console each time the word "impress" was used.
This made the logs hard to read.
This commit is contained in:
Samuel Paccoud - DINUM
2024-11-18 08:07:48 +01:00
committed by Anthony LC
parent 66553ee236
commit 2cba228a67

View File

@@ -25,7 +25,7 @@ releases:
version: 12.10.10
values:
- auth:
rootUser: impress
rootUser: root
rootPassword: password
- provisioning:
enabled: true