From 1a52afe8c4e23e35f67348b34f4f0b0f94c760c9 Mon Sep 17 00:00:00 2001 From: Felix Reichenbach <felix.reichenbach@mgm-tp.com> Date: Fri, 28 Mar 2025 14:59:41 +0100 Subject: [PATCH] OZG-7906 fix helm test script for new helm chart location --- run_helm_test.sh => run_helm_test_aggregation_job.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename run_helm_test.sh => run_helm_test_aggregation_job.sh (74%) diff --git a/run_helm_test.sh b/run_helm_test_aggregation_job.sh similarity index 74% rename from run_helm_test.sh rename to run_helm_test_aggregation_job.sh index ac38034..ef1448f 100755 --- a/run_helm_test.sh +++ b/run_helm_test_aggregation_job.sh @@ -26,7 +26,7 @@ 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/**/*test.yaml' . +helm template ./aggregation-manager-job/src/main/helm/ -f aggregation-manager-job/src/test/helm-linter-values.yaml +helm lint -f aggregation-manager-job/src/test/helm-linter-values.yaml ./aggregation-manager-job/src/main/helm/ +cd aggregation-manager-job/src/main/helm && helm unittest -f '../../test/helm/**/*test.yaml' . -- GitLab