Skip to content

Commit

Permalink
docs: fix incorrect description for autoPromotionSeconds (#2525)
Browse files Browse the repository at this point in the history
Signed-off-by: KipsasJaujoj <[email protected]>

Signed-off-by: KipsasJaujoj <[email protected]>
  • Loading branch information
KipsasJaujoj authored Jan 19, 2023
1 parent 7cf3372 commit 3c2cef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/bluegreen.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3c2cef9

Please sign in to comment.