We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e0dc78 commit f802f82Copy full SHA for f802f82
Admission-Control/README.md
@@ -50,8 +50,8 @@ Hint: You will need to modify the `webhook-config.yaml` file.
50
51
## Clean up
52
```
53
-kubectl delete -f deny-ingress
54
-kubectl delete -f deny-public-lb
+kubectl delete ValidatingWebhookConfiguration deny-public-load-balancers && \
+ kubectl delete ValidatingWebhookConfiguration prevent-exposing-services
55
56
57
## Shout Out
0 commit comments