diff --git a/docs/features/bluegreen.md b/docs/features/bluegreen.md index 439cb8e0c5..8002ae7b4a 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 false, this field will be ignored +Setting a positive non-zero value here would make the rollout automatically promote the new `ReplicaSet` to active Service after this much time has been elapsed since the rollout has entered a paused state. If the `AutoPromotionEnabled` field is set to **false**, this field would be ignored. Defaults to nil