From be237b3a726fe92c188f7a09f68b3d54158de55e Mon Sep 17 00:00:00 2001 From: OZG-Cloud Team <noreply@ozg-sh.de> Date: Tue, 2 Apr 2024 16:10:29 +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 3e37c7fc..b19a9bc7 100755 --- a/run_helm_test.sh +++ b/run_helm_test.sh @@ -4,4 +4,4 @@ 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' . \ No newline at end of file +cd src/main/helm && helm unittest -f '../../test/helm/**/*test.yaml' . \ No newline at end of file -- GitLab