File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ # Contributing
2+
3+ We welcome contributions and suggestions for improvements to this code base.
4+ Please check for relevant issues and PRs before opening a new one of your own.
5+
6+ ## Making a contribution
7+
8+ ### Helm template snapshots
9+
10+ The CI in this repository uses the Helm
11+ [ unittest] ( https://github.com/helm-unittest/helm-unittest ) plugin's
12+ snapshotting functionality to check PRs for changes to the templated manifests.
13+ Therefore, if your PR makes changes to the manifest templates or values, you
14+ will need to update the saved snapshots to allow your changes to pass the
15+ automated tests. The easiest way to do this is to run the ` helm unittest ` command
16+ inside a docker container from the repo root.
17+
18+ ```
19+ docker run -i --rm -v $(pwd):/apps helmunittest/helm-unittest chart -u
20+ ```
21+
22+ where the ` -u ` option is used to update the existing snapshots.
You can’t perform that action at this time.
0 commit comments