From 158eec3887313b8129341303facb9949481077f3 Mon Sep 17 00:00:00 2001 From: Ansgar Schulte <1299623+ansgarschulte@users.noreply.github.com> Date: Thu, 21 Mar 2024 10:08:33 +0100 Subject: [PATCH] chore: fix make file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8ae9ad8..c3cab00 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