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 3e7062b commit 45c86dcCopy full SHA for 45c86dc
Makefile
@@ -296,7 +296,7 @@ $(RELEASE_NOTES_DIR):
296
mkdir -p $(RELEASE_NOTES_DIR)/
297
298
.PHONY: release-manifests
299
-release-manifests: $(RELEASE_DIR) ## Builds the manifests to publish with a release
+release-manifests: $(KUSTOMIZE) $(RELEASE_DIR) ## Builds the manifests to publish with a release
300
$(KUSTOMIZE) build config/default > $(RELEASE_DIR)/ipam-components.yaml
301
302
.PHONY: release-notes
0 commit comments