From ae08749ba8f5551c42a242c3e50d1f5ed9624bb4 Mon Sep 17 00:00:00 2001 From: Marc Hermans Date: Mon, 11 Nov 2024 19:18:23 +0100 Subject: [PATCH] Fix username and password --- Charts/ldtteam-authentication-server/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Charts/ldtteam-authentication-server/values.yaml b/Charts/ldtteam-authentication-server/values.yaml index 4d63eb6..eddc971 100644 --- a/Charts/ldtteam-authentication-server/values.yaml +++ b/Charts/ldtteam-authentication-server/values.yaml @@ -75,6 +75,6 @@ postgresql: global: postgresql: postgresqlDatabase: "donator-auth" - postgresqlPassword: "ldtteam-donator-auth" - postgresqlUsername: "DonatorAuth1!" + postgresqlUsername: "ldtteam-donator-auth" + postgresqlPassword: "DonatorAuth1!" servicePort: "5432"