Skip to content

Commit

Permalink
Revert "force cert rotation every couple days for development"
Browse files Browse the repository at this point in the history
This reverts commit 4f38d53.
  • Loading branch information
deads2k committed Feb 20, 2020
1 parent ec5b6ae commit df1b94c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/operator/certrotationcontroller/certrotationcontroller.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@ func newCertRotationController(
rotationDay = day
klog.Warningf("!!! UNSUPPORTED VALUE SET !!!")
klog.Warningf("Certificate rotation base set to %q", rotationDay)
} else {
// for the development cycle, make the rotation 60 times faster (every twelve hours or so).
// This must be reverted before we ship
rotationDay = rotationDay / 60
}

certRotator, err := certrotation.NewCertRotationController(
Expand Down

0 comments on commit df1b94c

Please sign in to comment.