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 2b790d8 commit 3e40836Copy full SHA for 3e40836
Makefile
@@ -315,7 +315,7 @@ release-manifests: $(RELEASE_MANIFEST_TARGETS) ## Create kustomized release mani
315
$(RELEASE_DIR)/%: $(RELEASE_MANIFEST_INPUTS)
316
@mkdir -p $(RELEASE_DIR)
317
cp metadata.yaml $(RELEASE_DIR)/metadata.yaml
318
- $(KUSTOMIZE) build config/default > $(RELEASE_DIR)/infrastructure-components.yaml
+ $(KUSTOMIZE) build $(RELEASE_MANIFEST_SOURCE_BASE) > $(RELEASE_DIR)/infrastructure-components.yaml
319
320
.PHONY: release-manifests-metrics-port
321
release-manifests-metrics-port:
0 commit comments