Skip to content

Commit

Permalink
Merge pull request #163 from tchughesiv/fixMfst
Browse files Browse the repository at this point in the history
missing webhook in bundle generation
  • Loading branch information
tchughesiv authored Apr 12, 2022
2 parents bfc3a10 + 72ef43c commit 481ff3f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions bundle/manifests/dbaas-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 481ff3f

Please sign in to comment.