Skip to content

Commit

Permalink
Pointing make run to the correct config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitor Guidi committed Jan 21, 2024
1 parent b768010 commit 7eefffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7eefffa

Please sign in to comment.