From 2cba228a6799fbd5862a397b9fd12690cc6fa3e8 Mon Sep 17 00:00:00 2001 From: Samuel Paccoud - DINUM Date: Mon, 18 Nov 2024 08:07:48 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB(helm)=20renam?= =?UTF-8?q?e=20minio=20root=20user=20password?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- src/helm/helmfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helm/helmfile.yaml b/src/helm/helmfile.yaml index a6554837..9f4c566a 100644 --- a/src/helm/helmfile.yaml +++ b/src/helm/helmfile.yaml @@ -25,7 +25,7 @@ releases: version: 12.10.10 values: - auth: - rootUser: impress + rootUser: root rootPassword: password - provisioning: enabled: true