File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,9 @@ mdlint:
180180 ruby:slim \
181181 /workdir/scripts/test-infra/mdlint.sh
182182
183+ .PHONY : helm-generate
184+ helm-generate : helm-lint helm-docs helm-schema
185+
183186.PHONY : helm-schema
184187helm-schema :
185188 cd deployment/helm/node-feature-discovery/ && \
Original file line number Diff line number Diff line change 7272echo " Verifying Helm values schema"
7373make helm-schema
7474if ! git diff --quiet; then
75- echo " Helm validation schema is not in sync. Run 'make helm-schema ' to update"
75+ echo " Helm validation schema is not in sync. Run 'make helm-generate ' to update"
7676 exit 1
7777fi
7878
7979# Check that the Helm README is in sync
8080echo " Verifying Helm README"
8181make helm-docs
8282if ! git diff --quiet; then
83- echo " Helm README is not in sync. Run 'make helm-docs ' to update"
83+ echo " Helm README is not in sync. Run 'make helm-generate ' to update"
8484 exit 1
8585fi
You can’t perform that action at this time.
0 commit comments