Uh oh!
There was an error while loading. Please reload this page.
🐛 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
335463fCompare5dd744a to
ea84f60CompareCodecov 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
05e5d1cCompare05e5d1c to
40b721fCompareSigned-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
40b721f to
77b4d9cCompare| - --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.
this is the real important bit
tmshort
commented
Sep 8, 2025
/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 DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
68610d0
into
operator-framework:mainUh oh!
There was an error while loading. Please reload this page.
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