From 020fa7d31b074188632678c4afd97c54c88ab53a Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Wed, 17 Nov 2021 18:02:13 +0100 Subject: [PATCH] fix kratos dsn setting --- .../base/single-sign-on/single-sign-on-values-configmap.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/flux2/core/base/single-sign-on/single-sign-on-values-configmap.yaml b/flux2/core/base/single-sign-on/single-sign-on-values-configmap.yaml index dfe8792c8..662e7bca5 100644 --- a/flux2/core/base/single-sign-on/single-sign-on-values-configmap.yaml +++ b/flux2/core/base/single-sign-on/single-sign-on-values-configmap.yaml @@ -82,8 +82,9 @@ data: enabled: false kratos: - config: - dsn: "postgres://kratos:${kratos_postgresql_password}@single-sign-on-postgresql:5432/kratos" + kratos: + config: + dsn: "postgres://kratos:${kratos_postgresql_password}@single-sign-on-postgresql:5432/kratos" oAuthClients: - clientName: *USER_PANEL -- GitLab