From 71336a24ac047b81e6cb69bd3f3508186ac1e434 Mon Sep 17 00:00:00 2001 From: Marc Hermans Date: Sat, 28 Dec 2024 16:28:22 +0000 Subject: [PATCH] Configure the authentication for the HA stack --- Charts/ldtteam-authentication-server/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Charts/ldtteam-authentication-server/values.yaml b/Charts/ldtteam-authentication-server/values.yaml index 4f094e7..e4c73c1 100644 --- a/Charts/ldtteam-authentication-server/values.yaml +++ b/Charts/ldtteam-authentication-server/values.yaml @@ -71,6 +71,11 @@ postgresql: postgresha: enabled: false + global: + postgresql: + username: "ldtteam-donator-auth" + password: "DonatorAuth1!" + database: "donator-auth" persistence: accessModes: - ReadWriteOnce