Skip to content

Commit

Permalink
Fix username and password
Browse files Browse the repository at this point in the history
  • Loading branch information
marchermans committed Nov 11, 2024
1 parent df5dfeb commit ae08749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Charts/ldtteam-authentication-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ postgresql:
global:
postgresql:
postgresqlDatabase: "donator-auth"
postgresqlPassword: "ldtteam-donator-auth"
postgresqlUsername: "DonatorAuth1!"
postgresqlUsername: "ldtteam-donator-auth"
postgresqlPassword: "DonatorAuth1!"
servicePort: "5432"

0 comments on commit ae08749

Please sign in to comment.