-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[release-1.15] Fix bug in cert manager config #15437
[release-1.15] Fix bug in cert manager config #15437
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release-1.15 #15437 +/- ##
=============================================
Coverage 84.54% 84.54%
=============================================
Files 219 219
Lines 13595 13595
=============================================
Hits 11494 11494
- Misses 1734 1735 +1
+ Partials 367 366 -1 ☔ View full report in Codecov by Sentry. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dprotaso, knative-prow-robot The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* Use a different 'static' image that supports s390x and ppc (knative#15409) Updated image is recommended by Chainguard Details here: https://www.chainguard.dev/unchained/changes-to-static-git-and-busybox-developer-images-2 Co-authored-by: dprotaso <dprotaso@gmail.com> * clean up (knative#15418) Co-authored-by: Stavros Kontopoulos <st.kontopoulos@gmail.com> * clean up old certificate leases (knative#15424) Co-authored-by: Stavros Kontopoulos <st.kontopoulos@gmail.com> * [release-1.15] Fix bug in cert manager config (knative#15437) * add test to cover cert manager config edge case * fix edge case bug in cert manager config --------- Co-authored-by: Marius Stein <mariusstein7@gmail.com> --------- Co-authored-by: Knative Prow Robot <automation+prow-robot@knative.team> Co-authored-by: dprotaso <dprotaso@gmail.com> Co-authored-by: Stavros Kontopoulos <st.kontopoulos@gmail.com> Co-authored-by: Marius Stein <mariusstein7@gmail.com>
This is an automated cherry-pick of #15434