diff options
author | Aaron Walker <2865898-walkafwalka@users.noreply.gitlab.com> | 2019-01-07 19:25:36 +0000 |
---|---|---|
committer | Aaron Walker <2865898-walkafwalka@users.noreply.gitlab.com> | 2019-01-07 19:25:36 +0000 |
commit | 33d488dc6fd71b2e256a0df6b57e19a22d888b85 (patch) | |
tree | 19d9a185cc391efc2f38a44bc8d85ed9d0f4d7b6 | |
parent | f650f9a4b214ae9e36efdc65d05d26a01f8dbbb9 (diff) | |
download | gitlab-ce-33d488dc6fd71b2e256a0df6b57e19a22d888b85.tar.gz |
Added AUTO_DEVOPS_CHART_REPOSITORY to env vars
-rw-r--r-- | doc/topics/autodevops/index.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md index 73b67c6f7e2..784f5e78f8c 100644 --- a/doc/topics/autodevops/index.md +++ b/doc/topics/autodevops/index.md @@ -655,6 +655,7 @@ also be customized, and you can easily use a [custom buildpack](#custom-buildpac | ------------ | --------------- | | `AUTO_DEVOPS_DOMAIN` | The [Auto DevOps domain](#auto-devops-domain); by default set automatically by the [Auto DevOps setting](#enabling-auto-devops). | | `AUTO_DEVOPS_CHART` | The Helm Chart used to deploy your apps; defaults to the one [provided by GitLab](https://gitlab.com/charts/auto-deploy-app). | +| `AUTO_DEVOPS_CHART_REPOSITORY` | The Helm Chart repository used to search for charts; defaults to `https://charts.gitlab.io`. | | `REPLICAS` | The number of replicas to deploy; defaults to 1. | | `PRODUCTION_REPLICAS` | The number of replicas to deploy in the production environment. This takes precedence over `REPLICAS`; defaults to 1. | | `CANARY_REPLICAS` | The number of canary replicas to deploy for [Canary Deployments](https://docs.gitlab.com/ee/user/project/canary_deployments.html); defaults to 1 | |