diff options
author | Sergej <kinolaev@gmail.com> | 2019-05-06 13:09:07 +0000 |
---|---|---|
committer | Sergej Nikolaev <kinolaev@gmail.com> | 2019-05-17 01:03:06 +0300 |
commit | cd68c560c2a3ed281dd0a8c1f84a81a77dc7056e (patch) | |
tree | 1676e78f6e446b95aadd4a27785b534c67c7a830 /doc | |
parent | 4d2d812463256003ab943df90a9c603821078a69 (diff) | |
download | gitlab-ce-cd68c560c2a3ed281dd0a8c1f84a81a77dc7056e.tar.gz |
Auto-DevOps: allow to disable rollout status check
Diffstat (limited to 'doc')
-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 2884458a44c..dd259df226b 100644 --- a/doc/topics/autodevops/index.md +++ b/doc/topics/autodevops/index.md @@ -771,6 +771,7 @@ also be customized, and you can easily use a [custom buildpack](#custom-buildpac | `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`. | +| `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: **Tip:** |