From 5a277ba8e43c6f72817cc54c93fd63d9fad4f807 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Wed, 15 Dec 2021 17:26:09 +0100 Subject: [PATCH] fix: add DRONE_USER_FILTER --- README.md | 1 + values.yaml | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index c840565..4015d15 100644 --- a/README.md +++ b/README.md @@ -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) | diff --git a/values.yaml b/values.yaml index baba6e0..7afce69 100644 --- a/values.yaml +++ b/values.yaml @@ -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.