From d4abf93f3ffd7881a45f82f993ef485f2d79add1 Mon Sep 17 00:00:00 2001 From: Alex Zgabur Date: Wed, 31 Jul 2024 09:51:06 +0200 Subject: [PATCH] Add another gateway CR name for cleaning Signed-off-by: Alex Zgabur --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7100e4aa..1dfa66e7 100644 --- a/Makefile +++ b/Makefile @@ -109,6 +109,7 @@ help: ## Print this help CR_NAMES = $\ authorinos.operator.authorino.kuadrant.io,$\ gateways.networking.istio.io,$\ +gateways.gateway.networking.k8s.io,$\ httproutes.gateway.networking.k8s.io,$\ deployments.apps,$\ services,$\