Skip to content

Commit

Permalink
fix: should include README.md in generated CRDs directory
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Godding Boye <egboye@gmail.com>
  • Loading branch information
erikgb committed Dec 10, 2024
1 parent 6357eb5 commit 809c837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/helm/crds.mk
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $(crds_dir)/README.md: $(crds_dir_readme) | $(crds_dir)
.PHONY: generate-crds
## Generate CRD manifests.
## @category [shared] Generate/ Verify
generate-crds: | $(NEEDS_CONTROLLER-GEN) $(NEEDS_YQ)
generate-crds: | $(crds_dir)/README.md $(NEEDS_CONTROLLER-GEN) $(NEEDS_YQ)
$(eval directories := $(shell ls -d */ | grep -v -e 'make' $(shell git check-ignore -- * | sed 's/^/-e /')))

$(CONTROLLER-GEN) crd \
Expand Down

0 comments on commit 809c837

Please sign in to comment.