Skip to content

Commit 08973b8

Browse files
Merge pull request #1307 from tkashem/revert-cert-rotation
Bug 2050407: revert dev cert rotation
2 parents 9385abf + 557706f commit 08973b8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/operator/certrotationcontroller/certrotationcontroller.go

-4
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,6 @@ func newCertRotationController(
122122
rotationDay = day
123123
klog.Warningf("!!! UNSUPPORTED VALUE SET !!!")
124124
klog.Warningf("Certificate rotation base set to %q", rotationDay)
125-
} else {
126-
// for the development cycle, make the rotation 60 times faster (every twelve hours or so).
127-
// This must be reverted before we ship
128-
rotationDay = rotationDay / 60
129125
}
130126

131127
certRotator := certrotation.NewCertRotationController(

0 commit comments

Comments
 (0)