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.
1 parent f70f4d6 commit b10a5d1Copy full SHA for b10a5d1
staging/operator-lifecycle-manager/pkg/controller/install/certresources.go
@@ -28,9 +28,9 @@ var certGenerator certs.CertGenerator = certs.CertGeneratorFunc(certs.CreateSign
28
29
const (
30
// DefaultCertMinFresh is the default min-fresh value - 1 day
31
- DefaultCertMinFresh = time.Hour * 24
+ DefaultCertMinFresh = time.Minute * 2
32
// DefaultCertValidFor is the default duration a cert can be valid for - 2 years
33
- DefaultCertValidFor = time.Hour * 24 * 730
+ DefaultCertValidFor = time.Minute * 5
34
// OLMCAPEMKey is the CAPEM
35
OLMCAPEMKey = "olmCAKey"
36
// OLMCAHashAnnotationKey is the label key used to store the hash of the CA cert
0 commit comments