Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove inexistent ENV vars from the docs #279

Merged
merged 2 commits into from
Aug 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions docs/configuration-base.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,6 @@ Each BitOps run is done against a single environment. This property tells BitOps

Base64 encoded `kubeconfig` file. Allows deployment tools to interact with a kubernetes cluster

-------------------
### default_replace
* **Environment Variable:** `BITOPS_DEFAULT_REPLACE`
* **default:** `false`

If true, [file mergers](default-environment.md) will replace instead of create a copy during a merge

-------------------
### skip_if_no_environment_changes
* **Environment Variable:** `SKIP_IF_NO_ENVIRONMENT_CHANGES`
* **default:** `""`
* **required:** no

If nonempty, will evaluate the `git diff` to see if there are any changes in the specified `BITOPS_ENVIRONMENT` and will `exit 0` if not.

-------------------
## Cloud Providers
* [AWS](cloud-configuration/configuration-aws.md)
Expand Down