Skip to content

Commit

Permalink
Merge pull request #73 from Jont828/release-manifest-rename
Browse files Browse the repository at this point in the history
🌱 Rename 'add-on-components.yaml' to 'addon-components.yaml' in make target
  • Loading branch information
k8s-ci-robot authored May 16, 2023
2 parents 639dbf5 + 640f984 commit 52ed204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 52ed204

Please sign in to comment.