We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423d56b commit ee7cc14Copy full SHA for ee7cc14
‎Makefile
@@ -89,9 +89,9 @@ generate-docs: ## Update/generate the docs
89
./hack/docs/generate.sh
90
91
.PHONY: generate-charts
92
-generate-charts: ## Re-generate the helm chart testdata only
+generate-charts: build ## Re-generate the helm chart testdata only
93
rm -rf testdata/project-v4-with-plugins/dist/chart
94
- (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)
95
96
.PHONY: check-docs
97
check-docs: ## Run the script to ensure that the docs are updated
0 commit comments