We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make run
1 parent 183028c commit 6876c10Copy full SHA for 6876c10
Makefile
@@ -201,10 +201,10 @@ kind-cluster: ## Create a kind cluster for development (no CRDs or resources app
201
dev-clean: ## Delete the local kind cluster used for development.
202
$(KIND) delete cluster --name=$(PROJECT_FULL_NAME)-dev
203
204
-.PHONY: dev-run
205
-dev-run: ## Run the operator locally (for debugging/development).
+.PHONY: run
+run: ## Run the operator locally (for debugging/development).
206
## todo: add flag --debug
207
- go run ./cmd/main.go start
+ OPERATOR_CONFIG_NAMESPACE=metrics-operator-system go run ./cmd/main.go start
208
209
#----------------------------------------------------------------------------------------------
210
##@ Testing
0 commit comments