From 5abea67615036f2d9b8bdb642c781059205d3ced Mon Sep 17 00:00:00 2001 From: Ze Peng Date: Wed, 27 Jul 2022 15:58:01 -0600 Subject: [PATCH] Update documentation to reflect orgAllowlist changes in helm chart (#2416) * correct orgWhitelist to orgAllowlist in deployment doc * correct link to allowlist in server config doc * try fix link --- runatlantis.io/docs/deployment.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/runatlantis.io/docs/deployment.md b/runatlantis.io/docs/deployment.md index de7c445f7..ac6b05805 100644 --- a/runatlantis.io/docs/deployment.md +++ b/runatlantis.io/docs/deployment.md @@ -63,10 +63,11 @@ To install: token: bar secret: baz ``` -1. Edit `values.yaml` and set your `orgWhitelist` (see [Repo Whitelist](server-configuration.html#repo-whitelist) for more information) +1. Edit `values.yaml` and set your `orgAllowlist` (see [Repo Allowlist](server-configuration.md#repo-allowlist) for more information) ```yaml - orgWhitelist: github.com/runatlantis/* + orgAllowlist: github.com/runatlantis/* ``` + **Note**: For helm chart version < `4.0.2`, `orgWhitelist` must be used instead. 1. Configure any other variables (see [https://github.com/runatlantis/helm-charts#customization](https://github.com/runatlantis/helm-charts#customization) for documentation) 1. Run