Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit f837772

Browse files
committed
make:run: use --api-export-name
Signed-off-by: Andy Goldstein <[email protected]>
1 parent e3cc7a0 commit f837772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ APIEXPORT_NAME ?= data.my.domain
7777

7878
.PHONY: run
7979
run: manifests generate fmt vet ## Run a controller from your host.
80-
go run ./main.go $(NAME_PREFIX)$(APIEXPORT_NAME)
80+
go run ./main.go --api-export-name $(NAME_PREFIX)$(APIEXPORT_NAME)
8181

8282
.PHONY: docker-build
8383
docker-build: build ## Build docker image with the manager.

0 commit comments

Comments
 (0)