fix: add DRONE_USER_FILTER
This commit is contained in:
parent
b1c607646b
commit
5a277ba8e4
@ -88,6 +88,7 @@ be the options passed via the `--set` flag of the `helm install` command.
|
||||
| `config.DRONE_TLS_CERT` | [Documentation](https://docs.drone.io/server/reference/drone-tls-cert) |
|
||||
| `config.DRONE_TLS_KEY` | [Documentation](https://docs.drone.io/server/reference/drone-tls-key) |
|
||||
| `config.DRONE_USER_CREATE` | [Documentation](https://docs.drone.io/server/reference/drone-user-create) |
|
||||
| `config.DRONE_USER_FILTER` | [Documentation](https://docs.drone.io/server/reference/drone-user-filter) |
|
||||
| `config.DRONE_VALIDATE_PLUGIN_ENDPOINT` | [Documentation](https://docs.drone.io/server/reference/drone-validate-plugin-endpoint) |
|
||||
| `config.DRONE_VALIDATE_PLUGIN_SECRET` | [Documentation](https://docs.drone.io/server/reference/drone-validate-plugin-secret) |
|
||||
| `config.DRONE_VALIDATE_PLUGIN_SKIP_VERIFY` | [Documentation](https://docs.drone.io/server/reference/drone-validate-plugin-skip-verify) |
|
||||
|
@ -441,6 +441,13 @@ config: {}
|
||||
# https://docs.drone.io/server/reference/drone-user-create/
|
||||
# DRONE_USER_CREATE: ""
|
||||
|
||||
# DRONE_USER_FILTER
|
||||
# Optional comma-separated list of accounts. Registration is limited to users
|
||||
# in this list, or users that are members of organizations included in this
|
||||
# list.
|
||||
# https://docs.drone.io/server/reference/drone-user-filter/
|
||||
# DRONE_USER_FILTER: ""
|
||||
|
||||
# DRONE_VALIDATE_PLUGIN_ENDPOINT
|
||||
# String value configures the endpoint for the validation plugin, used to
|
||||
# enforce custom linting rules for your pipeline configuration.
|
||||
|
Loading…
Reference in New Issue
Block a user