From 4f5b888bf9c1bda5e92f5ffc174f47a90f64b043 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 1 Oct 2024 13:09:32 +0200 Subject: [PATCH] OZG-3034 OZG-6684 Cleanup --- 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 06e40bee8..06fd77ba5 100755 --- a/run_helm_test.sh +++ b/run_helm_test.sh @@ -5,4 +5,4 @@ set -x 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' -v '../../test/unit-values.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