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 7373echo " Verifying Helm values schema"
7474make helm-schema
7575if ! git diff --quiet; then
76- echo " Helm validation schema is not in sync. Run 'make helm-schema ' to update"
76+ echo " Helm validation schema is not in sync. Run 'make helm-generate ' to update"
7777 exit 1
7878fi
7979
8080# Check that the Helm README is in sync
8181echo " Verifying Helm README"
8282make helm-docs
8383if ! git diff --quiet; then
84- echo " Helm README is not in sync. Run 'make helm-docs ' to update"
84+ echo " Helm README is not in sync. Run 'make helm-generate ' to update"
8585 exit 1
8686fi
You can’t perform that action at this time.
0 commit comments