Skip to content

Commit 4950dc3

Browse files
committed
Always display month/ten month/year
1 parent 93fe617 commit 4950dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/operator/certrotationcontroller/certrotationcontroller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ func newCertRotationController(
138138
monthPeriod = 2 * time.Hour
139139
yearPeriod = 3 * time.Hour
140140
tenMonthPeriod = 150 * time.Minute
141-
klog.Infof("Setting monthPeriod to %v, yearPeriod to %v, tenMonthPeriod to %v", monthPeriod, yearPeriod, tenMonthPeriod)
142141
}
142+
klog.Infof("Setting monthPeriod to %v, yearPeriod to %v, tenMonthPeriod to %v", monthPeriod, yearPeriod, tenMonthPeriod)
143143

144144
certRotator := certrotation.NewCertRotationController(
145145
"AggregatorProxyClientCert",

0 commit comments

Comments
 (0)