From 640f98415154adc0c2bdb4248d9acfa916356b0e Mon Sep 17 00:00:00 2001 From: Jont828 Date: Tue, 16 May 2023 13:05:44 -0400 Subject: [PATCH] Rename 'add-on-components.yaml' to 'addon-components.yaml' in make target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3fe92a93..0de81e2e 100644 --- a/Makefile +++ b/Makefile @@ -461,7 +461,7 @@ manifest-modification: # Set the manifest images to the staging/production bucke .PHONY: release-manifests release-manifests: $(RELEASE_DIR) $(KUSTOMIZE) ## Build the manifests to publish with a release - $(KUSTOMIZE) build config/default > $(RELEASE_DIR)/add-on-components.yaml + $(KUSTOMIZE) build config/default > $(RELEASE_DIR)/addon-components.yaml .PHONY: release-metadata release-metadata: $(RELEASE_DIR)