Skip to content

Commit a2258d4

Browse files
committed
Add openstackversion webhook deletion to hack/clean_local_webhook.sh
Signed-off-by: James Slagle <[email protected]>
1 parent a3ed3f4 commit a2258d4

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)