Skip to content

Commit cae310f

Browse files
Merge pull request #1906 from flavianmissi/revert-cert-rotation
OCPBUGS-55670: revert dev cert rotation
2 parents 0bec046 + 6c2d992 commit cae310f

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)