From 7eefffafeb30251db827e37743ad2fd18748a9e1 Mon Sep 17 00:00:00 2001 From: Vitor Guidi Date: Sun, 21 Jan 2024 18:40:56 -0300 Subject: [PATCH] Pointing make run to the correct config file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index de29c136..f81b5375 100644 --- a/Makefile +++ b/Makefile @@ -156,7 +156,7 @@ build: generate fmt vet ## Build manager binary. .PHONY: run run: manifests generate fmt vet ## Run a controller from your host. - go run ./cmd/main.go + go run ./cmd/main.go --config=./config/manager/controller_manager_config.yaml .PHONY: debug debug: manifests build