From 5c0f25e888fe3204a06fbf1fe8529aa4f4dd763a Mon Sep 17 00:00:00 2001 From: hantmac Date: Wed, 2 Oct 2024 18:18:51 +0800 Subject: [PATCH] fix: override namespace config after deploying Signed-off-by: hantmac --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index c58c71eaeb..99e6082318 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,6 @@ uninstall: manifests kustomize ## Uninstall CRDs from the K8s cluster specified deploy: manifests kustomize ## Deploy controller to the K8s cluster specified in ~/.kube/config. cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG} $(KUSTOMIZE) build config/default | kubectl apply -f - - echo -e "resources:\n- manager.yaml" > config/manager/kustomization.yaml $(KUSTOMIZE) build config/daemonconfig | kubectl apply -f - undeploy: ## Undeploy controller from the K8s cluster specified in ~/.kube/config.