Skip to content

Commit

Permalink
Merge pull request #372 from abays/rm_olm_webhooks
Browse files Browse the repository at this point in the history
Remove OLM webhooks when running 'make run-with-webhook'
  • Loading branch information
openshift-merge-bot[bot] authored Oct 14, 2024
2 parents dcb4c1b + d873108 commit 506b284
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/configure_local_webhook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,5 @@ webhooks:
EOF_CAT

oc apply -n openstack -f ${TMPDIR}/patch_webhook_configurations.yaml

oc patch "$(oc get csv -n openstack-operators -l operators.coreos.com/horizon-operator.openstack-operators -o name)" -n openstack-operators --type=json -p="[{'op': 'remove', 'path': '/spec/webhookdefinitions'}]" || true

0 comments on commit 506b284

Please sign in to comment.