Skip to content

Commit

Permalink
Update documentation to reflect orgAllowlist changes in helm chart (r…
Browse files Browse the repository at this point in the history
…unatlantis#2416)

* correct orgWhitelist to orgAllowlist in deployment doc

* correct link to allowlist in server config doc

* try fix link
  • Loading branch information
zepeng811 authored and krrrr38 committed Dec 16, 2022
1 parent 34fb38a commit 0ca3ed9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions runatlantis.io/docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ca3ed9

Please sign in to comment.