From 800870426981ae0e5f3af574f365d92dc6d373ab Mon Sep 17 00:00:00 2001 From: Eron Wright Date: Mon, 7 Oct 2024 13:45:16 -0700 Subject: [PATCH] fix for make run --- operator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/Makefile b/operator/Makefile index 65d68a9b..c9ad6416 100644 --- a/operator/Makefile +++ b/operator/Makefile @@ -145,7 +145,7 @@ build: manifests generate fmt vet ## Build manager binary. .PHONY: run run: manifests generate fmt vet ## Run a controller from your host. - go run ./cmd/main.go --program-fs-adv-addr=localhost:9090 + WORKSPACE_LOCALHOST=localhost:50051 SOURCE_CONTROLLER_LOCALHOST=localhost:9090 go run ./cmd/main.go # If you wish to build the manager image targeting other platforms you can use the --platform flag. # (i.e. docker build --platform linux/arm64). However, you must enable docker buildKit for it.