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 b875e1b + 9f13746 commit 3e7fa21Copy full SHA for 3e7fa21
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