Skip to content

Commit

Permalink
Remove conversion webhook config in EventPolicy CRD
Browse files Browse the repository at this point in the history
As we don't have multiple EP versions yet, we don't need the conversion webhook configuration in the EventPolicy CRD
  • Loading branch information
creydr authored and knative-prow-robot committed Dec 11, 2024
1 parent 9740b12 commit 7eb3d89
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions config/core/resources/eventpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,3 @@ spec:
- knative
- eventing
scope: Namespaced
conversion:
strategy: Webhook
webhook:
conversionReviewVersions: ["v1", "v1beta1"]
clientConfig:
service:
name: eventing-webhook
namespace: knative-eventing

0 comments on commit 7eb3d89

Please sign in to comment.