From 79619e58117c29d7f8b3ed787e85b3a58493aae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Golicz?= Date: Fri, 26 Jan 2024 17:51:52 +0100 Subject: [PATCH] fix script bug --- images/cleaner/cleaner.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/images/cleaner/cleaner.sh b/images/cleaner/cleaner.sh index 9c8df72..83aa4b5 100755 --- a/images/cleaner/cleaner.sh +++ b/images/cleaner/cleaner.sh @@ -47,10 +47,12 @@ kubectl delete destinationrule -n kyma-system connectivity-proxy-tunnel-0 --igno echo "E" kubectl delete destinationrule -n kyma-system connectivity-proxy --ignore-not-found echo "F" -kubectl delete peerauthentication -n enable-permissive-mode-for-cp --ignore-not-found +kubectl delete peerauthentication -n kyma-system enable-permissive-mode-for-cp --ignore-not-found echo "G" - kubectl delete certificate -n istio-system cc-certs --ignore-not-found +echo "I" +kubectl delete secret -n istio-system cc-certs-cacert --ignore-not-found + echo "Annotate all existing Connectivity Proxy Service Mappings"