diff --git a/pkg/operator/certrotationcontroller/certrotationcontroller.go b/pkg/operator/certrotationcontroller/certrotationcontroller.go index c01f5197c4..09e9842fac 100644 --- a/pkg/operator/certrotationcontroller/certrotationcontroller.go +++ b/pkg/operator/certrotationcontroller/certrotationcontroller.go @@ -486,7 +486,7 @@ func newCertRotationController( TestName: "[Conformance][sig-api-machinery][Feature:APIServer] kube-apiserver should be accessible via api-int endpoint [Suite:openshift/conformance/parallel/minimal]", AutoRegenerateAfterOfflineExpiry: "https://github.com/openshift/cluster-kube-apiserver-operator/pull/1631", }, - Validity: foreverPeriod, // this comes from the installer + Validity: time.Hour * 2, // this comes from the installer // Refresh set to 80% of the validity. // This range is consistent with most other signers defined in this pkg. // Given that in this case rotation will be after 8y,