Skip to content

Commit 207810f

Browse files
authored
chore: don't send anonymous reports when running locally (#3413)
1 parent 9c2a61b commit 207810f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ _ensure-namespace:
443443
.PHONY: debug
444444
debug: install _ensure-namespace
445445
$(DLV) debug ./internal/cmd/main.go -- \
446+
--anonymous-reports=false \
446447
--kong-admin-url $(KONG_ADMIN_URL) \
447448
--publish-service $(KONG_NAMESPACE)/$(KONG_PROXY_SERVICE) \
448449
--kubeconfig $(KUBECONFIG) \
@@ -490,6 +491,7 @@ run: install _ensure-namespace
490491
.PHONY: _run
491492
_run:
492493
go run ./internal/cmd/main.go \
494+
--anonymous-reports=false \
493495
--kong-admin-url $(KONG_ADMIN_URL) \
494496
--publish-service $(KONG_NAMESPACE)/$(KONG_PROXY_SERVICE) \
495497
--kubeconfig $(KUBECONFIG) \

0 commit comments

Comments
 (0)