Skip to content

Commit

Permalink
Fix template test instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatsc committed Jun 20, 2024
1 parent 3bbbc06 commit 0ca8849
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions csi-driver-templates/tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

To run Helm unit tests a helm plugin is needed:

```
```bash
helm plugin install https://github.com/quintush/helm-unittest
```


* cd to root of the project `cd ../..`
* cd to root of the project
* Run `helm unittest -3 ./csi-driver-templates` to run tests
* Verify that failure is due to new changes that were added to the template files.
If this the case, update template snapshot with `helm unittest -3 -u ./csi-driver-templates`
Expand Down

0 comments on commit 0ca8849

Please sign in to comment.