From 54924fe4f1804430cecf8a509153447933c2b089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Tue, 28 Jan 2025 23:09:49 +0100 Subject: [PATCH] ManuallyProcessArgs: test kube-insecure-skip-tls-verify without value MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Otto Kröpke --- cmd/helm/plugin_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/helm/plugin_test.go b/cmd/helm/plugin_test.go index 4d2aa1a59..d8079a91a 100644 --- a/cmd/helm/plugin_test.go +++ b/cmd/helm/plugin_test.go @@ -40,6 +40,7 @@ func TestManuallyProcessArgs(t *testing.T) { "--kube-as-user", "pikachu", "--kube-as-group", "teatime", "--kube-as-group", "admins", + "--kube-insecure-skip-tls-verify", "-n=test2", "-n", "test2", "--namespace=test2", @@ -57,6 +58,7 @@ func TestManuallyProcessArgs(t *testing.T) { "--kube-as-user", "pikachu", "--kube-as-group", "teatime", "--kube-as-group", "admins", + "--kube-insecure-skip-tls-verify", "-n=test2", "-n", "test2", "--namespace=test2",