From f49c04bf875dcaebcdf490d32ae7f40a69ae47cf Mon Sep 17 00:00:00 2001 From: Jakub Smolar Date: Wed, 18 Sep 2024 17:08:49 +0200 Subject: [PATCH] Update make clean target to clean monitors Signed-off-by: Jakub Smolar --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1dfa66e7..157aaa2b 100644 --- a/Makefile +++ b/Makefile @@ -121,7 +121,9 @@ ratelimitpolicies.kuadrant.io,$\ dnspolicies.kuadrant.io,$\ tlspolicies.kuadrant.io,$\ validatingwebhookconfigurations.admissionregistration.k8s.io,$\ -wasmplugins.extensions.istio.io +wasmplugins.extensions.istio.io,$\ +servicemonitors.monitoring.coreos.com,$\ +podmonitors.monitoring.coreos.com clean: ## Clean all objects on cluster created by running this testsuite. Set the env variable USER to delete after someone else @echo "Deleting objects for user: $(USER)"