summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames Keogh <james.keogh@cambridgeconsultants.com>2019-07-23 21:32:10 +0000
committerThong Kuah <tkuah@gitlab.com>2019-07-23 21:32:10 +0000
commita71da850d93c0fc7cef60ff0fbc8661ba7008911 (patch)
treeb9f00e0a9f73c541403a605097b09b2a75790ffe /doc
parent9e01240ff18f7c516fc147108962256cea20d294 (diff)
downloadgitlab-ce-a71da850d93c0fc7cef60ff0fbc8661ba7008911.tar.gz
Rename changelog to correct issue number, be more explicit that we're talking about Auto DevOps projects
Diffstat (limited to 'doc')
-rw-r--r--doc/topics/autodevops/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md
index 7a92a672801..30b9e88ade8 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -764,6 +764,7 @@ also be customized, and you can easily use a [custom buildpack](#custom-buildpac
| `ROLLOUT_RESOURCE_TYPE` | From GitLab 11.9, this variable allows specification of the resource type being deployed when using a custom helm chart. Default value is `deployment`. |
| `ROLLOUT_STATUS_DISABLED` | From GitLab 12.0, this variable allows to disable rollout status check because it doesn't support all resource types, for example, `cronjob`. |
| `HELM_UPGRADE_EXTRA_ARGS` | From GitLab 11.11, this variable allows extra arguments in `helm` commands when deploying the application. Note that using quotes will not prevent word splitting. **Tip:** you can use this variable to [customize the Auto Deploy helm chart](https://docs.gitlab.com/ee/topics/autodevops/index.html#custom-helm-chart) by applying custom override values with `--values my-values.yaml`. |
+| `HELM_RELEASE_NAME` | From GitLab 12.1, this variable allows the `helm` release name to be overridden, this can be used to assign unique release names when deploying multiple projects to a single namespace |
TIP: **Tip:**
Set up the replica variables using a