Skip to content

Commit c291f56

Browse files
Merge pull request #1946 from jhadvig/OCPBUGS-36213
OCPBUGS-36213: Remove the conversion webhook reference from the ConsolePlugin CRD spec
2 parents 01da8e8 + 99bfe92 commit c291f56

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

console/v1/manual-override-crd-manifests/consoleplugins.console.openshift.io/AAA_ungated.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,6 @@ metadata:
55
feature-gate.release.openshift.io/: "true"
66
name: consoleplugins.console.openshift.io
77
spec:
8-
conversion:
9-
strategy: Webhook
10-
webhook:
11-
clientConfig:
12-
service:
13-
name: webhook
14-
namespace: openshift-console-operator
15-
path: /crdconvert
16-
port: 9443
17-
conversionReviewVersions:
18-
- v1
19-
- v1alpha1
208
versions:
219
- name: v1alpha1
2210
schema:

console/v1/zz_generated.crd-manifests/90_consoleplugins.crd.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,6 @@ metadata:
1212
service.beta.openshift.io/inject-cabundle: "true"
1313
name: consoleplugins.console.openshift.io
1414
spec:
15-
conversion:
16-
strategy: Webhook
17-
webhook:
18-
clientConfig:
19-
service:
20-
name: webhook
21-
namespace: openshift-console-operator
22-
path: /crdconvert
23-
port: 9443
24-
conversionReviewVersions:
25-
- v1
26-
- v1alpha1
2715
group: console.openshift.io
2816
names:
2917
kind: ConsolePlugin

0 commit comments

Comments
 (0)