Skip to content
Snippets Groups Projects
Commit f99c5f45 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5115 update helm unittest command

parent fce1ac53
Branches
Tags
No related merge requests found
......@@ -4,4 +4,4 @@ set -e
helm template ./src/main/helm/ -f src/test/helm-linter-values.yaml
helm lint -f src/test/helm-linter-values.yaml ./src/main/helm/
cd src/main/helm && helm unittest -f '../../test/helm/*.yaml' .
\ No newline at end of file
cd src/main/helm && helm unittest -f '../../test/helm/**/*test.yaml' .
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment