From c0864b5c5f9919d3c75187438b8f8dca85d6f857 Mon Sep 17 00:00:00 2001 From: Gerald Nunn Date: Mon, 23 Oct 2023 10:36:01 -0700 Subject: [PATCH] Fix missing dash --- documentation/modules/ROOT/pages/05-canary-rollout.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/modules/ROOT/pages/05-canary-rollout.adoc b/documentation/modules/ROOT/pages/05-canary-rollout.adoc index 3b6ba08..d7ad34f 100644 --- a/documentation/modules/ROOT/pages/05-canary-rollout.adoc +++ b/documentation/modules/ROOT/pages/05-canary-rollout.adoc @@ -217,7 +217,7 @@ NAME KIND STATUS AGE INFO ├──□ rollouts-demo-66d84bcd76-pn77f Pod ✔ Running 19m ready:1/1 ├──□ rollouts-demo-66d84bcd76-r8rmv Pod ✔ Running 19m ready:1/1 └──□ rollouts-demo-66d84bcd76-vcv6z Pod ✔ Running 19m ready:1/1 ---- +---- Notice that we have two ReplicaSets, one with 2 pods and the other with 7 pods corresponding to the preview and stable services respectively. Recall in our first step that