Skip to content

Commit

Permalink
Remove conversion webhook config in EventPolicy CRD (#8379)
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 Dec 11, 2024
1 parent 7c1a62d commit f82811b
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 f82811b

Please sign in to comment.