Skip to content

Commit 2cba228

Browse files
sampaccoudAntoLC
authored andcommitted
🧑‍💻(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.
1 parent 66553ee commit 2cba228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helm/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ releases:
2525
version: 12.10.10
2626
values:
2727
- auth:
28-
rootUser: impress
28+
rootUser: root
2929
rootPassword: password
3030
- provisioning:
3131
enabled: true

0 commit comments

Comments
 (0)