Skip to content

Commit 3e40836

Browse files
committed
Fixed Makefile bug introduced during refactoring that prevents correct generation of target release-manifests-metrics-port
1 parent 2b790d8 commit 3e40836

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
@@ -315,7 +315,7 @@ release-manifests: $(RELEASE_MANIFEST_TARGETS) ## Create kustomized release mani
315315
$(RELEASE_DIR)/%: $(RELEASE_MANIFEST_INPUTS)
316316
@mkdir -p $(RELEASE_DIR)
317317
cp metadata.yaml $(RELEASE_DIR)/metadata.yaml
318-
$(KUSTOMIZE) build config/default > $(RELEASE_DIR)/infrastructure-components.yaml
318+
$(KUSTOMIZE) build $(RELEASE_MANIFEST_SOURCE_BASE) > $(RELEASE_DIR)/infrastructure-components.yaml
319319

320320
.PHONY: release-manifests-metrics-port
321321
release-manifests-metrics-port:

0 commit comments

Comments
 (0)