Skip to content

Commit f380d1e

Browse files
Merge pull request #29956 from vrutkovs/cert-expiration-fixes
NO-JIRA: test/extended/operators: skip wildcard certificate
2 parents 9ff893a + 82e56d9 commit f380d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/extended/operators/certs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ var _ = g.Describe(fmt.Sprintf("[sig-arch][Late][Jira:%q]", "kube-apiserver"), g
290290
// Skip router certificates (both certificate and signer)
291291
// These are not being rotated automatically
292292
// OLM: bug https://issues.redhat.com/browse/CNTRLPLANE-379
293-
shortCertRotationIgnoredNamespaces := []string{"openshift-operator-lifecycle-manager", "openshift-ingress-operator"}
293+
shortCertRotationIgnoredNamespaces := []string{"openshift-operator-lifecycle-manager", "openshift-ingress-operator", "openshift-ingress"}
294294

295295
for _, certKeyPair := range actualPKIContent.CertKeyPairs.Items {
296296
if certKeyPair.Spec.CertMetadata.ValidityDuration == "" {

0 commit comments

Comments
 (0)