Skip to content

Commit 775cdfc

Browse files
committed
Invoke KUSTOMIZE in release-manifests
1 parent 29e6e0e commit 775cdfc

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
@@ -269,7 +269,7 @@ release: clean-release ## Builds and push container images using the latest git
269269
$(MAKE) release-manifests
270270

271271
.PHONY: release-manifests
272-
release-manifests: $(RELEASE_DIR) ## Builds the manifests to publish with a release
272+
release-manifests: $(RELEASE_DIR) $(KUSTOMIZE) ## Builds the manifests to publish with a release
273273
$(KUSTOMIZE) build config > $(RELEASE_DIR)/infrastructure-components.yaml
274274

275275
.PHONY: release-staging

0 commit comments

Comments
 (0)