From 65ae0dcaf77300816b0238c8139e5b683c0735fd Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Thu, 9 Feb 2023 12:00:22 +0100 Subject: [PATCH] fix(helm): wrong password for pg Signed-off-by: rjshrjndrn --- scripts/helmcharts/vars.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/vars.yaml b/scripts/helmcharts/vars.yaml index 6b7a97ca1..bdb40ae0f 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: "428b1c4b4b4cad3b80da" + postgresqlPassword: "changeMePassword" postgresqlHost: "postgresql.db.svc.cluster.local" postgresqlPort: "5432" postgresqlUser: "postgres"