From 972c3191f003628f6fd13d85e9342150db17e6e9 Mon Sep 17 00:00:00 2001 From: KipsasJaujoj Date: Thu, 19 Jan 2023 18:35:09 +0200 Subject: [PATCH] docs: fix incorrect description for autoPromotionSeconds Signed-off-by: KipsasJaujoj --- docs/features/bluegreen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/bluegreen.md b/docs/features/bluegreen.md index afb2d2f158..1cded0d86a 100644 --- a/docs/features/bluegreen.md +++ b/docs/features/bluegreen.md @@ -93,7 +93,7 @@ The AutoPromotionEnabled will make the rollout automatically promote the new Rep Defaults to true ### autoPromotionSeconds -The AutoPromotionSeconds will make the rollout automatically promote the new ReplicaSet to active Service after the AutoPromotionSeconds time has passed since the rollout has entered a paused state. If the `AutoPromotionEnabled` field is set to true, this field will be ignored +The AutoPromotionSeconds will make the rollout automatically promote the new ReplicaSet to active Service after the AutoPromotionSeconds time has passed since the rollout has entered a paused state. If the `AutoPromotionEnabled` field is set to false, this field will be ignored Defaults to nil