From 11f6c3e1622c04f3828ce248071d2d5d7c29df2e Mon Sep 17 00:00:00 2001 From: Mart van Santen <mart@greenhost.nl> Date: Thu, 18 Nov 2021 00:26:28 +0000 Subject: [PATCH] Fix JSON --- helmchart/single-sign-on/values.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/helmchart/single-sign-on/values.yaml b/helmchart/single-sign-on/values.yaml index d67d115..24172e7 100644 --- a/helmchart/single-sign-on/values.yaml +++ b/helmchart/single-sign-on/values.yaml @@ -126,8 +126,8 @@ kratos: }, "name": { "type": "string", - "title": "Full name", - }, + "title": "Full name" + } }, "required": ["email"], "additionalProperties": false @@ -160,7 +160,7 @@ kratos: public: # TODO: This is the development URL and needs to be replaced by # something sensable by Flux. - base_url: http://localhost:8080 + base_url: http://localhost/api/ selfservice: # TODO: Have to figure out a decent default @@ -176,13 +176,13 @@ kratos: lifespan: 15m # TODO: Those UI URLS need to be changed once the final location # is determined. Also they need to be configured by flux - ui_url: http://localhost:5000/recovery + ui_url: http://localhost/login/recovery login: - ui_url: http://localhost:5000/login + ui_url: http://localhost/login/login registration: - ui_url: http://localhost:5000/registration + ui_url: http://localhost/login/registration secrets: session: -- GitLab