Skip to content

Commit

Permalink
chore: don't send anonymous reports when running locally (#3413)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Jan 19, 2023
1 parent 9c2a61b commit 207810f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ _ensure-namespace:
.PHONY: debug
debug: install _ensure-namespace
$(DLV) debug ./internal/cmd/main.go -- \
--anonymous-reports=false \
--kong-admin-url $(KONG_ADMIN_URL) \
--publish-service $(KONG_NAMESPACE)/$(KONG_PROXY_SERVICE) \
--kubeconfig $(KUBECONFIG) \
Expand Down Expand Up @@ -490,6 +491,7 @@ run: install _ensure-namespace
.PHONY: _run
_run:
go run ./internal/cmd/main.go \
--anonymous-reports=false \
--kong-admin-url $(KONG_ADMIN_URL) \
--publish-service $(KONG_NAMESPACE)/$(KONG_PROXY_SERVICE) \
--kubeconfig $(KUBECONFIG) \
Expand Down

0 comments on commit 207810f

Please sign in to comment.