Skip to content

Commit ee7cc14

Browse files
🌱Build the kubebuilder binary before and use it to regenerate the helm chart
1 parent 423d56b commit ee7cc14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ generate-docs: ## Update/generate the docs
8989
./hack/docs/generate.sh
9090

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

9696
.PHONY: check-docs
9797
check-docs: ## Run the script to ensure that the docs are updated

0 commit comments

Comments
 (0)