Skip to content

Commit

Permalink
fix: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Sep 21, 2023
1 parent c050c4c commit 690aabb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions helm/api-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ postgresql:
global:
postgresql:
auth:
postgresPassword: "!ThisMustBeChanged!"
username: "example"
password: "!ChangeMe!"
database: "api"
Expand Down Expand Up @@ -120,6 +121,13 @@ keycloak:
postgresql:
enabled: true
nameOverride: postgresql-keycloak
global:
postgresql:
auth:
postgresPassword: "!ThisMustBeChanged!"
# username: "example"
password: "!ChangeMe!"
# database: "api"
primary:
persistence:
enabled: true
Expand Down

0 comments on commit 690aabb

Please sign in to comment.