Skip to content

Commit

Permalink
🌱Build the kubebuilder binary before and use it to regenerate the hel…
Browse files Browse the repository at this point in the history
…m chart
  • Loading branch information
monteiro-renato authored Dec 10, 2024
1 parent 423d56b commit ee7cc14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ generate-docs: ## Update/generate the docs
./hack/docs/generate.sh

.PHONY: generate-charts
generate-charts: ## Re-generate the helm chart testdata only
generate-charts: build ## Re-generate the helm chart testdata only
rm -rf testdata/project-v4-with-plugins/dist/chart
(cd testdata/project-v4-with-plugins && kubebuilder edit --plugins=helm/v1-alpha)
(cd testdata/project-v4-with-plugins && ../../bin/kubebuilder edit --plugins=helm/v1-alpha)

.PHONY: check-docs
check-docs: ## Run the script to ensure that the docs are updated
Expand Down

0 comments on commit ee7cc14

Please sign in to comment.