mirror of
https://github.com/penpot/penpot-helm.git
synced 2024-12-21 21:23:04 -05:00
docs: remove config.providers
This commit is contained in:
parent
c150b0058c
commit
4878cba3ad
2 changed files with 0 additions and 3 deletions
|
@ -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. |
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue