From 3295d1aca2d6d55711987ccd3d14a62ef02a1198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Golicz?= Date: Fri, 26 Jan 2024 18:23:49 +0100 Subject: [PATCH] bugfix of the scrpt --- images/cleaner/cleaner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/cleaner/cleaner.sh b/images/cleaner/cleaner.sh index 7ae9b2c..c808108 100755 --- a/images/cleaner/cleaner.sh +++ b/images/cleaner/cleaner.sh @@ -27,7 +27,7 @@ kubectl delete clusterrolebinding connectivity-proxy-service-mappings --ignore-n kubectl delete clusterrole connectivity-proxy-service-mappings --ignore-not-found kubectl delete serviceaccount -n kyma-system connectivity-proxy-sm-operator --ignore-not-found -kubectl delete mutatingwebhookconfiguration -n kyma-system connectivity-proxy-mutating-webhook-configuration --ignore-not-found +kubectl delete mutatingwebhookconfiguration connectivity-proxy-mutating-webhook-configuration --ignore-not-found echo "Removing all Connectivity Proxy ConfigMaps"