Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 321 Bytes

File metadata and controls

11 lines (7 loc) · 321 Bytes

Agent Instructions

After Making Changes

After making changes to any values.yaml file, regenerate the helm docs and verify there are no uncommitted changes:

./scripts/helm-docs.sh && [[ -z $(git status -s) ]]

If the README was updated, stage and commit the changes alongside your other modifications.