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 97d3fb4 commit ee79693Copy full SHA for ee79693
scripts/test-infra/verify.sh
@@ -77,3 +77,11 @@ if ! git diff --quiet; then
77
echo "Helm validation schema is not in sync. Run 'make helm-schema' to update"
78
exit 1
79
fi
80
+
81
+# Check that the Helm README is in sync
82
+echo "Verifying Helm README"
83
+make helm-docs
84
+if ! git diff --quiet; then
85
+ echo "Helm README is not in sync. Run 'make helm-docs' to update"
86
+ exit 1
87
+fi
0 commit comments