Skip to content

Commit 3e7fa21

Browse files
authored
Merge pull request #70 from alexander-demicev/fixbuild
🌱 Install kustomize when releasing manifests
2 parents b875e1b + 9f13746 commit 3e7fa21

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
@@ -322,7 +322,7 @@ manifest-modification: # Set the manifest images to the staging/production bucke
322322
$(MAKE) set-manifest-pull-policy PULL_POLICY=IfNotPresent TARGET_RESOURCE="./config/default/manager_pull_policy.yaml"
323323

324324
.PHONY: release-manifests
325-
release-manifests: $(RELEASE_DIR) ## Builds the manifests to publish with a release
325+
release-manifests: $(KUSTOMIZE) $(RELEASE_DIR) ## Builds the manifests to publish with a release
326326
$(KUSTOMIZE) build ./config/default > $(RELEASE_DIR)/operator-components.yaml
327327

328328
.PHONY: release-staging

0 commit comments

Comments
 (0)