Skip to content

Commit f802f82

Browse files
author
Jimmy Mesta
committedSep 9, 2019
better admission control cleanup
1 parent 4e0dc78 commit f802f82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Admission-Control/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ Hint: You will need to modify the `webhook-config.yaml` file.
5050

5151
## Clean up
5252
```
53-
kubectl delete -f deny-ingress
54-
kubectl delete -f deny-public-lb
53+
kubectl delete ValidatingWebhookConfiguration deny-public-load-balancers && \
54+
kubectl delete ValidatingWebhookConfiguration prevent-exposing-services
5555
```
5656

5757
## Shout Out

0 commit comments

Comments
 (0)
Please sign in to comment.