Skip to content
Snippets Groups Projects
Commit 1a52afe8 authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

OZG-7906 fix helm test script for new helm chart location

parent 4dff0a48
No related branches found
No related tags found
1 merge request!15Ozg 7906 aggregation manager server
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
set -e set -e
helm template ./src/main/helm/ -f src/test/helm-linter-values.yaml helm template ./aggregation-manager-job/src/main/helm/ -f aggregation-manager-job/src/test/helm-linter-values.yaml
helm lint -f src/test/helm-linter-values.yaml ./src/main/helm/ helm lint -f aggregation-manager-job/src/test/helm-linter-values.yaml ./aggregation-manager-job/src/main/helm/
cd src/main/helm && helm unittest -f '../../test/helm/**/*test.yaml' . cd aggregation-manager-job/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