Skip to content

Commit 6c2d992

Browse files
committed
revert dev cert rotation
1 parent 9649be0 commit 6c2d992

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/operator/certrotationcontroller/certrotationcontroller.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@ func newCertRotationController(
120120
foreverRefreshPeriod := 8 * 365 * 24 * time.Hour
121121

122122
rotationDay := 24 * time.Hour
123-
// for the development cycle, make the rotation 60 times faster (every twelve hours or so).
124-
// This must be reverted before we ship
125-
rotationDay = rotationDay / 60
126123

127124
// Some certificates should not be affected by development cycle rotation
128125
devRotationExceptionDay := 24 * time.Hour

0 commit comments

Comments
 (0)