Skip to content

Commit

Permalink
Remove extra 30s sleep when rolling out revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
vrutkovs committed Nov 19, 2024
1 parent eab7a93 commit 1a59b1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func newCertRotationController(
}

if featureGates.Enabled(features.FeatureShortCertRotation) {
monthPeriod = time.Hour
monthPeriod = 90 * time.Minute
}

certRotator := certrotation.NewCertRotationController(
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1a59b1d

Please sign in to comment.