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 45fd5c2 commit 9f13746Copy full SHA for 9f13746
Makefile
@@ -322,7 +322,7 @@ manifest-modification: # Set the manifest images to the staging/production bucke
322
$(MAKE) set-manifest-pull-policy PULL_POLICY=IfNotPresent TARGET_RESOURCE="./config/default/manager_pull_policy.yaml"
323
324
.PHONY: release-manifests
325
-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
326
$(KUSTOMIZE) build ./config/default > $(RELEASE_DIR)/operator-components.yaml
327
328
.PHONY: release-staging
0 commit comments