From 63fddbd1e827ecaf0e04739f10cd9364155c9dc7 Mon Sep 17 00:00:00 2001 From: lnattrass Date: Tue, 10 Dec 2019 17:22:06 -0500 Subject: [PATCH] [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 * bump chart version Signed-off-by: David J. M. Karlsen --- stable/atlantis/Chart.yaml | 2 +- stable/atlantis/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/atlantis/Chart.yaml b/stable/atlantis/Chart.yaml index df1150ebcf..21fb7a8ce5 100644 --- a/stable/atlantis/Chart.yaml +++ b/stable/atlantis/Chart.yaml @@ -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 diff --git a/stable/atlantis/README.md b/stable/atlantis/README.md index 445a922df0..b691623c09 100644 --- a/stable/atlantis/README.md +++ b/stable/atlantis/README.md @@ -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 |