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