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

Use fqdn for deleting certificate resource #24

Merged
merged 1 commit into from
Feb 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion images/cleaner/cleaner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading