From b11eda66ea9f08f2564b58ef596626dd28b6722a Mon Sep 17 00:00:00 2001 From: Oliver King Date: Mon, 22 Aug 2022 11:07:47 -0400 Subject: [PATCH] Fix README.md typo (#235) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 523c3dc0..18ed9adf 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ To promote/reject the canary created by the above snippet, the following YAML sn dir/manifestsDirectory strategy: canary traffic-split-method: smi - action: reject # substitute reject if you want to reject + action: reject # substitute promote if you want to promote ``` ### Blue-Green deployment with different route methods