We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b9378 commit 0a02047Copy full SHA for 0a02047
1 file changed
AGENTS.md
@@ -0,0 +1,11 @@
1
+# Agent Instructions
2
+
3
+## After Making Changes
4
5
+After making changes to any `values.yaml` file, regenerate the helm docs and verify there are no uncommitted changes:
6
7
+```sh
8
+./scripts/helm-docs.sh && [[ -z $(git status -s) ]]
9
+```
10
11
+If the README was updated, stage and commit the changes alongside your other modifications.
0 commit comments