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
This commit is contained in:
Ze Peng
2022-07-27 15:58:01 -06:00
committed by GitHub
parent b409cb8470
commit 5abea67615

View File

@@ -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