From fa4024ed860f227583f3171a0cac07583f6c2698 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Tue, 7 Mar 2023 12:27:42 +0000 Subject: [PATCH] test: fix unittests args --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2b61849..ff48c63 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,4 @@ readme: prepare-environment .PHONY: unittests unittests: - helm unittest --helm3 --strict -f 'unittests/**/*.yaml' ./ + helm unittest --strict -f 'unittests/**/*.yaml' ./