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 4640aca + 41d69e5 commit f25729bCopy full SHA for f25729b
Makefile
@@ -303,7 +303,7 @@ $(RELEASE_NOTES_DIR):
303
mkdir -p $(RELEASE_NOTES_DIR)/
304
305
.PHONY: release-manifests
306
-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
307
$(KUSTOMIZE) build config/default > $(RELEASE_DIR)/ipam-components.yaml
308
309
.PHONY: release-notes
0 commit comments