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.
1 parent 29e6e0e commit 775cdfcCopy full SHA for 775cdfc
Makefile
@@ -269,7 +269,7 @@ release: clean-release ## Builds and push container images using the latest git
269
$(MAKE) release-manifests
270
271
.PHONY: release-manifests
272
-release-manifests: $(RELEASE_DIR) ## Builds the manifests to publish with a release
+release-manifests: $(RELEASE_DIR) $(KUSTOMIZE) ## Builds the manifests to publish with a release
273
$(KUSTOMIZE) build config > $(RELEASE_DIR)/infrastructure-components.yaml
274
275
.PHONY: release-staging
0 commit comments