summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--simple-rolling-update.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/simple-rolling-update.md b/simple-rolling-update.md
index 43b086ae..2d2bd826 100644
--- a/simple-rolling-update.md
+++ b/simple-rolling-update.md
@@ -57,7 +57,6 @@ then ```foo-next``` is synthesized using the pattern ```<controller-name>-<hash-
#### Initialization
* If ```foo``` and ```foo-next``` do not exist:
* Exit, and indicate an error to the user, that the specified controller doesn't exist.
- * Goto Rollout
* If ```foo``` exists, but ```foo-next``` does not:
* Create ```foo-next``` populate it with the ```v2``` image, set ```desired-replicas``` to ```foo.Spec.Replicas```
* Goto Rollout