From 7c0c57a6a8d0c52b73409c56a5c9ff3fbf7a283d Mon Sep 17 00:00:00 2001
From: Mark <mark@openappstack.net>
Date: Thu, 19 Dec 2019 16:42:39 +0100
Subject: [PATCH] Fix typo

---
 values-local.yaml.example | 2 +-
 values.yaml               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/values-local.yaml.example b/values-local.yaml.example
index 85e505cc..e339e942 100644
--- a/values-local.yaml.example
+++ b/values-local.yaml.example
@@ -47,4 +47,4 @@ sociallogin:
   server_name: sso.oas.example.net
   client_id: nextcloud
   client_secret: "YouReallyNeedToChangeThis"
-  group_claim: "openappstack_roles"
+  groups_claim: "openappstack_roles"
diff --git a/values.yaml b/values.yaml
index 8dce0afa..99ddb74d 100644
--- a/values.yaml
+++ b/values.yaml
@@ -134,4 +134,4 @@ sociallogin:
   server_name: sso.oas.example.net
   client_id: nextcloud
   client_secret: "YouReallyNeedToChangeThis"
-  group_claim: "openappstack_roles"
+  groups_claim: "openappstack_roles"
-- 
GitLab