From dcbba9b4e2a783f267de6deb6889564ea139e4dc Mon Sep 17 00:00:00 2001 From: mluffman Date: Wed, 16 Oct 2024 08:10:58 +0100 Subject: [PATCH] makefile dep --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d093b769c..10230367b 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ deploy: manifests kustomize $(KUSTOMIZE) build config/default | kubectl apply --server-side=true -f - # UnDeploy controller from the configured Kubernetes cluster in ~/.kube/config -undeploy: kustomize +undeploy: manifests kustomize $(KUSTOMIZE) build config/default | kubectl delete -f - # Generate manifests e.g. CRD, RBAC etc.