From 899e08037518979b5ce9b2bc11a0325c2f415218 Mon Sep 17 00:00:00 2001 From: Ansgar Schulte <1299623+ansgarschulte@users.noreply.github.com> Date: Thu, 21 Mar 2024 10:08:53 +0100 Subject: [PATCH] chore: fix make file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 83ad272..4d61ac4 100755 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ charttesting: @set -e; \ for dir in charts/steadybit-extension-*; do \ echo "Unit Testing $$dir"; \ - helm unittest -u $$dir; \ + helm unittest $$dir; \ done ## chartlint: Lint charts