Add note about how to set boolean flags

See discussion in https://github.com/runatlantis/atlantis/pull/994#discussion_r416914804
This commit is contained in:
Michael Warkentin
2020-04-30 09:21:10 -04:00
committed by GitHub
parent 8d318eb3e0
commit 4e00d82b95

View File

@@ -15,6 +15,10 @@ All flags can be specified as environment variables.
1. Uppercase all the letters => `GH_USER`
1. Prefix with `ATLANTIS_` => `ATLANTIS_GH_USER`
::: warning NOTE
To set a boolean flag use `true` or `false` as the value.
:::
::: warning NOTE
The flag `--atlantis-url` is set by the environment variable `ATLANTIS_ATLANTIS_URL` **NOT** `ATLANTIS_URL`.
:::