From 690aabb87df33c41843ddfd61669f0a8ef783da6 Mon Sep 17 00:00:00 2001 From: Vincent Chalamon <407859+vincentchalamon@users.noreply.github.com> Date: Thu, 21 Sep 2023 08:03:18 +0200 Subject: [PATCH] fix: deploy --- helm/api-platform/values.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/helm/api-platform/values.yaml b/helm/api-platform/values.yaml index c33e4f371..f34167902 100644 --- a/helm/api-platform/values.yaml +++ b/helm/api-platform/values.yaml @@ -57,6 +57,7 @@ postgresql: global: postgresql: auth: + postgresPassword: "!ThisMustBeChanged!" username: "example" password: "!ChangeMe!" database: "api" @@ -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