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
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
...@@ -45,9 +45,9 @@ test-helm: ...@@ -45,9 +45,9 @@ test-helm:
- !reference [ .helm, before_script ] - !reference [ .helm, before_script ]
- helm plugin install https://github.com/helm-unittest/helm-unittest.git - helm plugin install https://github.com/helm-unittest/helm-unittest.git
script: script:
- helm template ./src/main/helm/ -f src/test/helm-linter-values.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 lint -f src/test/helm-linter-values.yaml src/main/helm
- cd src/main/helm && helm unittest -f '../../test/helm/**/*test.yaml' . - helm unittest -f '../../test/helm/**/*test.yaml' src/main/helm
verify: verify:
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment