Skip to content

Commit

Permalink
Merge pull request #982 from creydr/remove-eventpolicy-conversion-web…
Browse files Browse the repository at this point in the history
…hook-1.15

* 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`
  • Loading branch information
pierDipi authored Dec 11, 2024
2 parents b04ee86 + 897f326 commit d263a88
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 @@ -171,11 +171,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 @@ -2863,14 +2863,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 @@ -1207,14 +1207,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

3 comments on commit d263a88

@creydr
Copy link
Member

@creydr creydr commented on d263a88 Dec 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/retest kn-eventing-apiserver-receive-adapter-115-on-push branch:release-v1.15

@creydr
Copy link
Member

@creydr creydr commented on d263a88 Dec 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/retest kn-eventing-appender-115-on-push branch:release-v1.15

@creydr
Copy link
Member

@creydr creydr commented on d263a88 Dec 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/retest kn-eventing-heartbeats-receiver-115-on-push branch:release-v1.15

Please sign in to comment.