From 43ac107ca48ee2832027c93b3a3d307f62fe7977 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Thu, 28 Apr 2022 13:43:46 -0400 Subject: [PATCH] do not delete gatekeeper config in the cleanup --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9199579..5702cc8 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,6 @@ _In case you run multiple times this section of demos in the same cluster, here ```bash kubectl delete constraints --all kubectl delete constrainttemplates --all -kubectl delete config config -n gatekeeper-system kubectl delete peerauthentication strict-mtls -n istio-system kubectl delete authorizationpolicy deny-all -n istio-system kubectl delete authorizationpolicy istio-ingressgateway -n istio-ingress