From 3bacbbd09608bc9c34836ca64ac3420ce365edcc Mon Sep 17 00:00:00 2001 From: Mart van Santen <mart@greenhost.nl> Date: Thu, 21 Oct 2021 07:20:38 +0000 Subject: [PATCH] Set correct path for json file --- helmchart/single-sign-on/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helmchart/single-sign-on/values.yaml b/helmchart/single-sign-on/values.yaml index d7aa791..7b4a778 100644 --- a/helmchart/single-sign-on/values.yaml +++ b/helmchart/single-sign-on/values.yaml @@ -152,7 +152,7 @@ kratos: config: identity: # This points to the filename in above identitySchemas section. - default_schema_url: file://identity.default.schema.json + default_schema_url: file:///etc/config/identity.default.schema.json dsn: postgres://kratos:kratos@single-sign-on-postgresql:5432/kratos -- GitLab