Commit 1e696bcc authored by Jonston Chan's avatar Jonston Chan Committed by Achilleas Pipinellis

Docs: fix manual rollout sentence

parent de200ba4
...@@ -43,7 +43,7 @@ number of pods that are defined for the deployment, which are configured when th ...@@ -43,7 +43,7 @@ number of pods that are defined for the deployment, which are configured when th
cluster is created. cluster is created.
For example, if your application has 10 pods and a 10% rollout job runs, the new instance of the For example, if your application has 10 pods and a 10% rollout job runs, the new instance of the
application is deployed to a single pod while the remaining nine are present the previous instance. application is deployed to a single pod while the rest of the pods show the previous instance of the application.
First we [define the template as manual](https://gitlab.com/gl-release/incremental-rollout-example/blob/master/.gitlab-ci.yml#L100-103): First we [define the template as manual](https://gitlab.com/gl-release/incremental-rollout-example/blob/master/.gitlab-ci.yml#L100-103):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment