From c03b30ec1a7e80acde6551867d5809f7f8a76b84 Mon Sep 17 00:00:00 2001
From: Mark <mark@openappstack.net>
Date: Wed, 18 Dec 2019 14:56:42 +0100
Subject: [PATCH] Fix list entry by removing hyphen

---
 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 c5db1e7..6a8af6a 100644
--- a/helmchart/single-sign-on/values.yaml
+++ b/helmchart/single-sign-on/values.yaml
@@ -112,7 +112,7 @@ oAuthClients:
   # the application name in userbackend.applications[].name
 - clientName: *USER_PANEL
   # oauthClients[].clientSecret is the secret the client uses to authenticate
-- clientSecret: "YouReallyNeedToChangeThis"
+  clientSecret: "YouReallyNeedToChangeThis"
   # oAuthClients[].redirectUri is the url the user will be redirected to by hydra when the
   # authentication process is completed
   redirectUri: "https://admin.oas.example.net/callback"
-- 
GitLab