Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
fix script bug
Browse files Browse the repository at this point in the history
  • Loading branch information
koala7659 committed Jan 26, 2024
1 parent 0ac5fcd commit 79619e5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions images/cleaner/cleaner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 79619e5

Please sign in to comment.