[stable/atlantis] Fix typo in README.md for orgWhitelist (#18358)

* [stable/atlantis] Fix typo in orgWhitelist var

orgWhitelist in README.md has a capital L, where it should be lowercase.

Signed-off-by: Liam Nattrass <liam.d.nattrass+git@gmail.com>

* bump chart version

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
lnattrass
2019-12-10 14:22:06 -08:00
committed by Kubernetes Prow Robot
parent c5722c4a41
commit 63fddbd1e8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "v0.8.2"
description: A Helm chart for Atlantis https://www.runatlantis.io
name: atlantis
version: 3.9.1
version: 3.9.2
keywords:
- terraform
home: https://www.runatlantis.io
+1 -1
View File
@@ -70,7 +70,7 @@ The following options are supported. See [values.yaml](values.yaml) for more de
| `statefulSet.annotations` | Additional annotations to use for StatefulSet. | `{}` |
| `statefulSet.labels` | Additional labels to use for StatefulSet. | `{}` |
| `logLevel` | Level to use for logging. Either debug, info, warn, or error. | n/a |
| `orgWhiteList` | Whitelist of repositories from which Atlantis will accept webhooks. **This value must be set for Atlantis to function correctly.** Accepts wildcard characters (`*`). Multiple values may be comma-separated. | none |
| `orgWhitelist` | Whitelist of repositories from which Atlantis will accept webhooks. **This value must be set for Atlantis to function correctly.** Accepts wildcard characters (`*`). Multiple values may be comma-separated. | none |
| `config` | Override atlantis main configuration by config map. It's allow some additional functionality like slack notifications. | n/a |
| `repoConfig` | [Server Side Repo Configuration](https://www.runatlantis.io/docs/server-side-repo-config.html) as a raw YAML string. Configuration is stored in ConfigMap. | n/a |
| `defaultTFVersion` | Default Terraform version to be used by atlantis server | n/a |