-
Notifications
You must be signed in to change notification settings - Fork 611
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
Add dynamic cert-manager certificates informer #8517
Conversation
cert, err := r.cmCertificateLister.Certificates(sink.Namespace).Get(expected.Name) | ||
lister := r.cmCertificateLister.Load() | ||
if lister == nil { | ||
return nil, fmt.Errorf("no cer-manager certificate lister created yet, this should never happen") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hitting this.
Do not merge, will investigate on the failures |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8517 +/- ##
==========================================
- Coverage 52.50% 52.39% -0.11%
==========================================
Files 397 397
Lines 24778 24836 +58
==========================================
+ Hits 13010 13014 +4
- Misses 10982 11036 +54
Partials 786 786 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Matthias Wessendorf <[email protected]>
5ffa26d
to
376fd82
Compare
Signed-off-by: Pierangelo Di Pilato <[email protected]>
Signed-off-by: Pierangelo Di Pilato <[email protected]>
Now it works for both IntegrationSink and EventTransform and manually tested a few transitions |
Signed-off-by: Pierangelo Di Pilato <[email protected]>
2c5bd59
to
c08941a
Compare
same |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: matzew, pierDipi 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 |
/retest |
Fixes #
Proposed Changes
Pre-review Checklist
Release Note
Docs