Skip to content

Commit e71f15d

Browse files
Merge pull request #1388 from slagle/hack-clean-openstackversion-webhooks
Add openstackversion webhook deletion to hack/clean_local_webhook.sh
2 parents eba3864 + a2258d4 commit e71f15d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hack/clean_local_webhook.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ oc delete validatingwebhookconfiguration vopenstackcontrolplane.kb.io --ignore-n
55
oc delete mutatingwebhookconfiguration mopenstackcontrolplane.kb.io --ignore-not-found
66
oc delete validatingwebhookconfiguration/vopenstackclient.kb.io --ignore-not-found
77
oc delete mutatingwebhookconfiguration/mopenstackclient.kb.io --ignore-not-found
8+
oc delete validatingwebhookconfiguration/vopenstackversion.kb.io --ignore-not-found
9+
oc delete mutatingwebhookconfiguration/mopenstackversion.kb.io --ignore-not-found
810
oc delete validatingwebhookconfiguration/vopenstackdataplanenodeset.kb.io --ignore-not-found
911
oc delete validatingwebhookconfiguration/vopenstackdataplanedeployment.kb.io --ignore-not-found
1012
oc delete validatingwebhookconfiguration/vopenstackdataplaneservice.kb.io --ignore-not-found

0 commit comments

Comments
 (0)