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.
2 parents 6816ff3 + 2076b49 commit d66dc8cCopy full SHA for d66dc8c
Makefile
@@ -311,7 +311,7 @@ release: clean-release ## Builds and push container images using the latest git
311
312
.PHONY: release-manifests
313
release-manifests: $(RELEASE_DIR) ## Builds the manifests to publish with a release
314
- kustomize build config/default > $(RELEASE_DIR)/ipam-components.yaml
+ $(KUSTOMIZE) build config/default > $(RELEASE_DIR)/ipam-components.yaml
315
316
.PHONY: release-binaries
317
release-binaries: ## Builds the binaries to publish with a release
0 commit comments