diff --git a/csi-driver-templates/tests/README.md b/csi-driver-templates/tests/README.md index a2f85f1..5342187 100644 --- a/csi-driver-templates/tests/README.md +++ b/csi-driver-templates/tests/README.md @@ -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`