diff --git a/Makefile b/Makefile index 8ffe84d..9d2360c 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