Skip to content

Commit 2411b1e

Browse files
authored
Merge pull request #245 from vmercierfr/doc-helm-unnittest
Add dependency to run Helm unit tests
2 parents 88950eb + 384ba66 commit 2411b1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ We use:
4141

4242
* [`yamllint`](https://github.com/adrienverge/yamllint) for linting the YAML documents.
4343

44+
* [`helm unittest`](https://github.com/helm-unittest/helm-unittest) for Helm chart tests
45+
4446
## Pull Request Checklist
4547

4648
* Branch from the `main` branch and, if needed, rebase to the current main branch before submitting your pull request. If it doesn't merge cleanly with main you may be asked to rebase your changes.
@@ -82,6 +84,8 @@ You have to commit the changes to `go.mod` and `go.sum` before submitting the pu
8284

8385
1. Install [go-jsonnet](https://github.com/google/go-jsonnet) to build Grafana dashboards
8486

87+
1. Install [helm-unittest](https://github.com/helm-unittest/helm-unittest) to test Helm chart
88+
8589
1. Enable pre-commit for the repository
8690

8791
```bash

0 commit comments

Comments
 (0)