Skip to content

Commit

Permalink
fix for make run
Browse files Browse the repository at this point in the history
  • Loading branch information
EronWright committed Oct 7, 2024
1 parent ea811b6 commit 8008704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8008704

Please sign in to comment.