From 3505bb914fb6aef3ac26015c232ecc1e7c225569 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/helm/api-platform/values.yaml b/helm/api-platform/values.yaml index c33e4f371..bcbbfeaeb 100644 --- a/helm/api-platform/values.yaml +++ b/helm/api-platform/values.yaml @@ -120,6 +120,12 @@ keycloak: postgresql: enabled: true nameOverride: postgresql-keycloak + global: + postgresql: + auth: + username: "example" + password: "!ChangeMe!" + database: "api" primary: persistence: enabled: true