We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5889003 + c7b92eb commit d19e13fCopy full SHA for d19e13f
2 files 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.
CLAUDE.md
@@ -0,0 +1 @@
+AGENTS.md
0 commit comments