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

#2 OZG-7121 pipeline: Unify test-helm

parent 6eb928ab
No related branches found
No related tags found
1 merge request!3Resolve "xta-test-server helm-chart mit Deployment und Keystore-Secrets/Certificate-Resources"
Pipeline #1302 passed with warnings
......@@ -45,9 +45,9 @@ test-helm:
- !reference [ .helm, before_script ]
- helm plugin install https://github.com/helm-unittest/helm-unittest.git
script:
- 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/**/*test.yaml' .
- helm template -f src/test/helm-linter-values.yaml src/main/helm
- helm lint -f src/test/helm-linter-values.yaml src/main/helm
- helm unittest -f '../../test/helm/**/*test.yaml' src/main/helm
verify:
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment