Skip to content

Commit

Permalink
[release-v1.16] Remove conversion webhook config in EventPolicy CRD (#…
Browse files Browse the repository at this point in the history
…984)

* Remove conversion webhook config in EventPolicy CRD

As we don't have multiple EP versions yet, we don't need the conversion webhook configuration in the EventPolicy CRD

* run `make generate-release`

---------

Co-authored-by: Christoph Stäbler <[email protected]>
  • Loading branch information
openshift-cherrypick-robot and creydr authored Jan 24, 2025
1 parent 8e55405 commit 790ab91
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 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
8 changes: 0 additions & 8 deletions openshift/release/artifacts/eventing-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2901,14 +2901,6 @@ spec:
- knative
- eventing
scope: Namespaced
conversion:
strategy: Webhook
webhook:
conversionReviewVersions: ["v1", "v1beta1"]
clientConfig:
service:
name: eventing-webhook
namespace: knative-eventing
---
# Copyright 2020 The Knative Authors
#
Expand Down
8 changes: 0 additions & 8 deletions openshift/release/artifacts/eventing-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1245,14 +1245,6 @@ spec:
- knative
- eventing
scope: Namespaced
conversion:
strategy: Webhook
webhook:
conversionReviewVersions: ["v1", "v1beta1"]
clientConfig:
service:
name: eventing-webhook
namespace: knative-eventing
---
# Copyright 2020 The Knative Authors
#
Expand Down

0 comments on commit 790ab91

Please sign in to comment.