summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-07-29 15:52:52 +1000
committerEvan Read <eread@gitlab.com>2019-07-29 15:52:52 +1000
commite7afd4408f98cc91dba8880223c74f80405dd7de (patch)
tree011b5d0f9bb56b80c3a0a26df1cbd355347692b4
parent1f080cba2023afd8d603d0ff0e25e18c3904bd04 (diff)
downloadgitlab-ce-docs/split-autodevops-variable-table.tar.gz
Implement review commentsdocs/split-autodevops-variable-table
-rw-r--r--doc/topics/autodevops/index.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md
index ea8ddde35f5..9b291c1bc10 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -723,7 +723,8 @@ also be customized, and you can easily use a [custom buildpack](#custom-buildpac
#### Build and deployment
-The following table lists variables related to builds and deployments.
+The following table lists variables related to building and deploying
+applications.
| **Variable** | **Description** |
|-----------------------------------------|------------------------------------|
@@ -746,6 +747,7 @@ The following table lists variables related to builds and deployments.
| `PRODUCTION_REPLICAS` | Number of replicas to deploy in the production environment. Takes precedence over `REPLICAS` and defaults to 1. For zero downtime upgrades, set to 2 or greater. |
| `REPLICAS` | Number of replicas to deploy. Defaults to 1. |
| `ROLLOUT_RESOURCE_TYPE` | From GitLab 11.9, 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, used to disable rollout status check because it doesn't support all resource types, for example, `cronjob`. |
| `STAGING_ENABLED` | From GitLab 10.8, used to define a [deploy policy for staging and production environments](#deploy-policy-for-staging-and-production-environments). |
TIP: **Tip:**
@@ -791,7 +793,6 @@ The following table lists variables used to disable jobs.
| `LICENSE_MANAGEMENT_DISABLED` | From GitLab 11.0, used to disable the `license_management` job. If the variable is present, the job will not be created. |
| `PERFORMANCE_DISABLED` | From GitLab 11.0, used to disable the `performance` job. If the variable is present, the job will not be created. |
| `REVIEW_DISABLED` | From GitLab 11.0, used to disable the `review` and the manual `review:stop` job. If the variable is present, these jobs will not be created. |
-| `ROLLOUT_STATUS_DISABLED` | From GitLab 12.0, used to disable rollout status check because it doesn't support all resource types, for example, `cronjob`. |
| `SAST_DISABLED` | From GitLab 11.0, used to disable the `sast` job. If the variable is present, the job will not be created. |
| `TEST_DISABLED` | From GitLab 11.0, used to disable the `test` job. If the variable is present, the job will not be created. |