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.
1 parent 9c2a61b commit 207810fCopy full SHA for 207810f
Makefile
@@ -443,6 +443,7 @@ _ensure-namespace:
443
.PHONY: debug
444
debug: install _ensure-namespace
445
$(DLV) debug ./internal/cmd/main.go -- \
446
+ --anonymous-reports=false \
447
--kong-admin-url $(KONG_ADMIN_URL) \
448
--publish-service $(KONG_NAMESPACE)/$(KONG_PROXY_SERVICE) \
449
--kubeconfig $(KUBECONFIG) \
@@ -490,6 +491,7 @@ run: install _ensure-namespace
490
491
.PHONY: _run
492
_run:
493
go run ./internal/cmd/main.go \
494
495
496
497
0 commit comments