Skip to content
Snippets Groups Projects
Commit 90522aac authored by Jan Zickermann's avatar Jan Zickermann
Browse files

#2 OZG-7121 pipeline: Adjust helm unittest install

parent 0234f1bd
No related branches found
No related tags found
Loading
Checking pipeline status
...@@ -42,9 +42,8 @@ test: ...@@ -42,9 +42,8 @@ test:
test-helm: test-helm:
stage: test stage: test
extends: .helm extends: .helm
before_script:
- helm plugin install https://github.com/helm-unittest/helm-unittest.git
script: script:
- helm plugin install https://github.com/helm-unittest/helm-unittest.git
- helm template ./src/main/helm/ -f src/test/helm-linter-values.yaml - helm template ./src/main/helm/ -f src/test/helm-linter-values.yaml
- helm lint -f src/test/helm-linter-values.yaml ./src/main/helm/ - helm lint -f src/test/helm-linter-values.yaml ./src/main/helm/
- cd src/main/helm && helm unittest -f '../../test/helm/**/*test.yaml' . - cd src/main/helm && helm unittest -f '../../test/helm/**/*test.yaml' .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment