Skip to content

Commit 604719e

Browse files
committed
Revert "Merge pull request #1307 from tkashem/revert-cert-rotation"
This reverts commit 08973b8, reversing changes made to 9385abf.
1 parent ff87de9 commit 604719e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/operator/certrotationcontroller/certrotationcontroller.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ 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
125129
}
126130

127131
certRotator := certrotation.NewCertRotationController(

0 commit comments

Comments
 (0)