Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #820 from slagle/clean-webhooks
Browse files Browse the repository at this point in the history
Add service and deployment webhooks for clean_local_webhook.sh
  • Loading branch information
openshift-merge-bot[bot] authored Apr 15, 2024
2 parents 0cfd7a1 + ba95d62 commit 24a9fad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hack/clean_local_webhook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@
set -ex

oc delete validatingwebhookconfiguration/vopenstackdataplanenodeset.kb.io --ignore-not-found
oc delete validatingwebhookconfiguration/vopenstackdataplanedeployment.kb.io --ignore-not-found
oc delete validatingwebhookconfiguration/vopenstackdataplaneservice.kb.io --ignore-not-found

oc delete mutatingwebhookconfiguration/mopenstackdataplanenodeset.kb.io --ignore-not-found
oc delete mutatingwebhookconfiguration/mopenstackdataplaneservice.kb.io --ignore-not-found
oc delete mutatingwebhookconfiguration/mopenstackdataplanedeployment.kb.io --ignore-not-found

0 comments on commit 24a9fad

Please sign in to comment.