-
Notifications
You must be signed in to change notification settings - Fork 67
🐛 OCPBUGS-61213: webhook operator update #2184
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
🐛 OCPBUGS-61213: webhook operator update #2184
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
8a2559f
to
335463f
Compare
5dd744a
to
ea84f60
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2184 +/- ##
==========================================
+ Coverage 72.73% 72.76% +0.02%
==========================================
Files 79 79
Lines 7391 7391
==========================================
+ Hits 5376 5378 +2
+ Misses 1667 1666 -1
+ Partials 348 347 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
8af05db
to
05e5d1c
Compare
05e5d1c
to
40b721f
Compare
Signed-off-by: Per Goncalves da Silva <[email protected]>
40b721f
to
77b4d9c
Compare
- --webhook-cert-path=/tmp/k8s-webhook-server/serving-certs | ||
command: | ||
- /manager | ||
image: quay.io/olmtest/webhook-operator:0.0.4 |
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.
this is the real important bit
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: anik120, tmshort 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 |
68610d0
into
operator-framework:main
Description
Due to the kube-rbac-proxy deprecation the webhook-operator used for testing is breaking tests (downstream).
To mitigate this until we have a proper test-operator, I've recreated the project on my account (github.com/operator-framework/webhook-operator) and bumped it to the latest version of kubebuilder.
NOTE: this is just a mitigation. We really need an in-tree test-operator with webhook support to help drive these tests.
Reviewer Checklist