From 88a8a19f47dcfb35f03be99cf4b7f35716eec915 Mon Sep 17 00:00:00 2001 From: Sam O'Dell <31352624+samodell@users.noreply.github.com> Date: Fri, 13 Jul 2018 15:48:07 -0700 Subject: [PATCH] Update updating-existing-app.md --- serving/updating-existing-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serving/updating-existing-app.md b/serving/updating-existing-app.md index aa621d09b..c952f377c 100644 --- a/serving/updating-existing-app.md +++ b/serving/updating-existing-app.md @@ -158,7 +158,7 @@ kubectl apply -f stage3.yaml Refresh the original route (http://route-demo.default.YOUR_CUSTOM_DOMAIN.com) a few times to see that some traffic now goes to version 2 of the app. -> Note, this sample shows a 50/50 split to assure you don't have to refresh too much, +> Note: This sample shows a 50/50 split to assure you don't have to refresh too much, but it's recommended to start with 1-2% of traffic in a production environment