diff --git a/values.yaml b/values.yaml index 6af3763d67e9..d0d413723796 100644 --- a/values.yaml +++ b/values.yaml @@ -208,7 +208,7 @@ site: { # The authentication provider to use for identifying and signing in users. Only one entry is supported. # - # The builtin auth provider (show in the default value) with signup disallowed means that after the initial site admin signs in, all other users must be invited. + # The builtin auth provider with signup disallowed (shown below) means that after the initial site admin signs in, all other users must be invited. # "auth.providers": [{"type": "builtin", "allowSignup": false}],