From 89fbc4b63aef9cea7e50cae6f96a47dee2cbb371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Golicz?= Date: Tue, 27 Feb 2024 16:17:53 +0100 Subject: [PATCH] use fqdn for deleting certificate resource --- 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 fc5950c..8d09170 100755 --- a/images/cleaner/cleaner.sh +++ b/images/cleaner/cleaner.sh @@ -100,7 +100,7 @@ kubectl delete virtualservice -n kyma-system cc-proxy-healthcheck --ignore-not-f kubectl delete destinationrule -n kyma-system connectivity-proxy-tunnel-0 --ignore-not-found kubectl delete destinationrule -n kyma-system connectivity-proxy --ignore-not-found kubectl delete peerauthentication -n kyma-system enable-permissive-mode-for-cp --ignore-not-found -kubectl delete certificate -n istio-system cc-certs --ignore-not-found +kubectl delete certificates.cert.gardener.cloud -n istio-system cc-certs --ignore-not-found echo "Removing Secrets"