From 423b4e47306b9db48da21d55e07a861bb8de1cc3 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Wed, 3 Apr 2024 10:53:07 +0200 Subject: [PATCH] OZG-5115 update helm unittest command --- run_helm_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_helm_test.sh b/run_helm_test.sh index d0297678..aafe0e7d 100755 --- a/run_helm_test.sh +++ b/run_helm_test.sh @@ -4,5 +4,5 @@ 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/*.yaml' . +cd src/main/helm && helm unittest -f '../../test/helm/**/*test.yaml' . -- GitLab