diff --git a/charts/penpot/README.md b/charts/penpot/README.md index ce4fd74..dfa57b2 100644 --- a/charts/penpot/README.md +++ b/charts/penpot/README.md @@ -68,7 +68,6 @@ $ helm install my-release penpot/penpot | config.postgresql.secretKeys.passwordKey | string | `""` | The password key to use from an existing secret. | | config.postgresql.secretKeys.usernameKey | string | `""` | The username key to use from an existing secret. | | config.postgresql.username | string | `"penpot"` | The database username to use. | -| config.providers | object | `{"existingSecret":"","github":{"clientID":"","clientSecret":"","enabled":false},"gitlab":{"baseURI":"https://gitlab.com","clientID":"","clientSecret":"","enabled":false},"google":{"clientID":"","clientSecret":"","enabled":false},"ldap":{"attributesEmail":"mail","attributesFullname":"cn","attributesPhoto":"jpegPhoto","attributesUsername":"uid","baseDN":"ou=people,dc=planetexpress,dc=com","bindDN":"cn=admin,dc=planetexpress,dc=com","bindPassword":"GoodNewsEveryone","enabled":false,"host":"ldap","port":10389,"ssl":false,"startTLS":false,"userQuery":"(&(|(uid=:username)(mail=:username))(memberOf=cn=penpot,ou=groups,dc=my-domain,dc=com))"},"oidc":{"authURI":"","baseURI":"","clientID":"","clientSecret":"","emailAttribute":"","enabled":false,"nameAttribute":"","roles":"role1 role2","rolesAttribute":"","scopes":"scope1 scope2","tokenURI":"","userURI":""},"secretKeys":{"githubClientIDKey":"","githubClientSecretKey":"","gitlabClientIDKey":"","gitlabClientSecretKey":"","googleClientIDKey":"","googleClientSecretKey":"","oidcClientIDKey":"","oidcClientSecretKey":""}}` | Penpot Authentication providers parameters | | config.providers.existingSecret | string | `""` | The name of an existing secret to use. | | config.providers.github.clientID | string | `""` | The GitHub client ID to use. | | config.providers.github.clientSecret | string | `""` | The GitHub client secret to use. | diff --git a/charts/penpot/values.yaml b/charts/penpot/values.yaml index e804e19..6bb8953 100644 --- a/charts/penpot/values.yaml +++ b/charts/penpot/values.yaml @@ -164,8 +164,6 @@ config: # @section -- Configuration parameters passwordKey: "" - # -- Penpot Authentication providers parameters - # @section -- Configuration parameters providers: google: # -- Whether to enable Google configuration. To enable Google auth, add `enable-login-with-google` to the flags.