Skip to content

Commit 2076b49

Browse files
committed
Fix kustomize bin usage in Makefile
1 parent 6816ff3 commit 2076b49

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
@@ -311,7 +311,7 @@ release: clean-release ## Builds and push container images using the latest git
311311

312312
.PHONY: release-manifests
313313
release-manifests: $(RELEASE_DIR) ## Builds the manifests to publish with a release
314-
kustomize build config/default > $(RELEASE_DIR)/ipam-components.yaml
314+
$(KUSTOMIZE) build config/default > $(RELEASE_DIR)/ipam-components.yaml
315315

316316
.PHONY: release-binaries
317317
release-binaries: ## Builds the binaries to publish with a release

0 commit comments

Comments
 (0)