From 2b856335a7b421234577aa8c296381d1102d68a1 Mon Sep 17 00:00:00 2001 From: Michael Kruggel <108417058+Michael-Kruggel@users.noreply.github.com> Date: Fri, 15 Nov 2024 13:08:59 -0700 Subject: [PATCH] fix: correct defaultClientScope default value (#166) Release-As: v10.1.2-uds.1 --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index fd26bcc3..8daf03ad 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -37,7 +37,7 @@ sso: secretName: mattermost-sso # This will replace the current list of default client scopes. - defaultClientScopes: {} + defaultClientScopes: [] # These should typically be disabled if SSO is enabled enable_sign_up_with_email: false