From 356a4b2128da1bc9e19a8f8931650b7b304dcc77 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Wed, 8 Feb 2023 18:50:30 +0100 Subject: [PATCH] chore(helm): Adding empty password for clickhouse So that it won't break existing installation. Signed-off-by: rjshrjndrn --- scripts/helmcharts/vars.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/helmcharts/vars.yaml b/scripts/helmcharts/vars.yaml index d0f7963ba..6b7a97ca1 100644 --- a/scripts/helmcharts/vars.yaml +++ b/scripts/helmcharts/vars.yaml @@ -3,7 +3,7 @@ fromVersion: "v1.10.0" postgresql: &postgres # For generating passwords # `openssl rand -hex 20` - postgresqlPassword: "changeMePassword" + postgresqlPassword: "428b1c4b4b4cad3b80da" postgresqlHost: "postgresql.db.svc.cluster.local" postgresqlPort: "5432" postgresqlUser: "postgres" @@ -22,7 +22,7 @@ clickhouse: &clickhouse enabled: false chHost: clickhouse-openreplay-clickhouse.db.svc.cluster.local username: default - password: "changeMePassword" + password: "" service: webPort: 9000