We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bec046 + 6c2d992 commit cae310fCopy full SHA for cae310f
pkg/operator/certrotationcontroller/certrotationcontroller.go
@@ -120,9 +120,6 @@ func newCertRotationController(
120
foreverRefreshPeriod := 8 * 365 * 24 * time.Hour
121
122
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
126
127
// Some certificates should not be affected by development cycle rotation
128
devRotationExceptionDay := 24 * time.Hour
0 commit comments