From 72ef43c18663d8c9f2fd7628f65259c4dacce1b2 Mon Sep 17 00:00:00 2001 From: Tommy Hughes Date: Tue, 12 Apr 2022 09:47:11 -0500 Subject: [PATCH] missing webhook in bundle generation Signed-off-by: Tommy Hughes --- .../dbaas-operator.clusterserviceversion.yaml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/bundle/manifests/dbaas-operator.clusterserviceversion.yaml b/bundle/manifests/dbaas-operator.clusterserviceversion.yaml index a8c42e11..90ec252d 100644 --- a/bundle/manifests/dbaas-operator.clusterserviceversion.yaml +++ b/bundle/manifests/dbaas-operator.clusterserviceversion.yaml @@ -589,3 +589,23 @@ spec: targetPort: 9443 type: ValidatingAdmissionWebhook webhookPath: /validate-dbaas-redhat-com-v1alpha1-dbaasinventory + - admissionReviewVersions: + - v1 + containerPort: 443 + deploymentName: dbaas-operator-controller-manager + failurePolicy: Fail + generateName: vdbaastenant.kb.io + rules: + - apiGroups: + - dbaas.redhat.com + apiVersions: + - v1alpha1 + operations: + - CREATE + - UPDATE + resources: + - dbaastenants + sideEffects: None + targetPort: 9443 + type: ValidatingAdmissionWebhook + webhookPath: /validate-dbaas-redhat-com-v1alpha1-dbaastenant