diff options
author | James Fargher <proglottis@gmail.com> | 2019-04-11 02:48:55 +0000 |
---|---|---|
committer | James Fargher <proglottis@gmail.com> | 2019-04-11 02:48:55 +0000 |
commit | 6cb64c44c8d33024e09090c70e4bd949d6e49cfc (patch) | |
tree | 32aa3c6b8a76027416fea1615f6a4aa94aecd039 | |
parent | 3a2165711a502061fe63b7364674ae7ef94318fb (diff) | |
download | gitlab-ce-6cb64c44c8d33024e09090c70e4bd949d6e49cfc.tar.gz |
Apply suggestion to doc/topics/autodevops/index.md
-rw-r--r-- | doc/topics/autodevops/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md index 5d48323d5f0..106ea52e40c 100644 --- a/doc/topics/autodevops/index.md +++ b/doc/topics/autodevops/index.md @@ -767,7 +767,7 @@ also be customized, and you can easily use a [custom buildpack](#custom-buildpac | `PERFORMANCE_DISABLED` | From GitLab 11.0, this variable can be used to disable the `performance` job. If the variable is present, the job will not be created. | | `K8S_SECRET_*` | From GitLab 11.7, any variable prefixed with [`K8S_SECRET_`](#application-secret-variables) will be made available by Auto DevOps as environment variables to the deployed application. | | `KUBE_INGRESS_BASE_DOMAIN` | From GitLab 11.8, this variable can be used to set a domain per cluster. See [cluster domains](../../user/project/clusters/index.md#base-domain) for more information. | -| `HELM_EXTRA_ARGS` | From GitLab 11.11, this variable allows extra arguments in `helm` commands when deploying the application. For example, `--set podAnnotations.fruit=apple`. Note: using quotes will not prevent word splitting and will be passed literally. | +| `HELM_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: **Tip:** Set up the replica variables using a |