summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Lewis <mlewis@gitlab.com>2019-04-26 18:00:11 +0000
committerMike Lewis <mlewis@gitlab.com>2019-04-26 18:00:11 +0000
commit265b789476479c29ea88db174aca1d80ddf24358 (patch)
treeed32100e6b8a7c4503c719971a8a88ef8fd923f2
parentfd05b2c9d63704d3564a090d1f00395abf259cb4 (diff)
parentf35bbb0599b21e7e47d835c981352ecd6b7d2a13 (diff)
downloadgitlab-ce-265b789476479c29ea88db174aca1d80ddf24358.tar.gz
Merge branch 'docs-rollout-resource-type' into 'master'
Add rollout type to variables list. See merge request gitlab-org/gitlab-ce!27757
-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 1c559b5263c..69834f7ae47 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -770,6 +770,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. |
+| `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`. |
| `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: **Tip:**