From 1f79af11cae743e4eb1a93c183aaf05847847f51 Mon Sep 17 00:00:00 2001 From: Marc Hermans Date: Mon, 11 Nov 2024 19:24:07 +0100 Subject: [PATCH] Actually use the proper overrides. --- Charts/ldtteam-authentication-server/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Charts/ldtteam-authentication-server/values.yaml b/Charts/ldtteam-authentication-server/values.yaml index eddc971..f9390b3 100644 --- a/Charts/ldtteam-authentication-server/values.yaml +++ b/Charts/ldtteam-authentication-server/values.yaml @@ -74,7 +74,7 @@ postgresql: enabled: true global: postgresql: - postgresqlDatabase: "donator-auth" - postgresqlUsername: "ldtteam-donator-auth" - postgresqlPassword: "DonatorAuth1!" - servicePort: "5432" + auth: + username: "ldtteam-donator-auth" + password: "DonatorAuth1!" + database: "donator-auth"