Skip to content

Commit 790ab91

Browse files
[release-v1.16] Remove conversion webhook config in EventPolicy CRD (#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 <cstabler@redhat.com>
1 parent 8e55405 commit 790ab91

File tree

3 files changed

+0
-24
lines changed

3 files changed

+0
-24
lines changed

config/core/resources/eventpolicy.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,3 @@ spec:
209209
- knative
210210
- eventing
211211
scope: Namespaced
212-
conversion:
213-
strategy: Webhook
214-
webhook:
215-
conversionReviewVersions: ["v1", "v1beta1"]
216-
clientConfig:
217-
service:
218-
name: eventing-webhook
219-
namespace: knative-eventing

openshift/release/artifacts/eventing-core.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2901,14 +2901,6 @@ spec:
29012901
- knative
29022902
- eventing
29032903
scope: Namespaced
2904-
conversion:
2905-
strategy: Webhook
2906-
webhook:
2907-
conversionReviewVersions: ["v1", "v1beta1"]
2908-
clientConfig:
2909-
service:
2910-
name: eventing-webhook
2911-
namespace: knative-eventing
29122904
---
29132905
# Copyright 2020 The Knative Authors
29142906
#

openshift/release/artifacts/eventing-crds.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1245,14 +1245,6 @@ spec:
12451245
- knative
12461246
- eventing
12471247
scope: Namespaced
1248-
conversion:
1249-
strategy: Webhook
1250-
webhook:
1251-
conversionReviewVersions: ["v1", "v1beta1"]
1252-
clientConfig:
1253-
service:
1254-
name: eventing-webhook
1255-
namespace: knative-eventing
12561248
---
12571249
# Copyright 2020 The Knative Authors
12581250
#

0 commit comments

Comments
 (0)