Skip to content

Commit

Permalink
fix: correct defaultClientScope default value (#166)
Browse files Browse the repository at this point in the history
Release-As: v10.1.2-uds.1
  • Loading branch information
Michael-Kruggel authored Nov 15, 2024
1 parent 22c8962 commit 2b85633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b85633

Please sign in to comment.