🧑💻(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:
committed by
Anthony LC
parent
66553ee236
commit
2cba228a67
@@ -25,7 +25,7 @@ releases:
|
||||
version: 12.10.10
|
||||
values:
|
||||
- auth:
|
||||
rootUser: impress
|
||||
rootUser: root
|
||||
rootPassword: password
|
||||
- provisioning:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user