From 5368cb6a69b66a21aba3ec718939505bd3f529f6 Mon Sep 17 00:00:00 2001 From: Vasilii Polikarpov <126792224+vpolikarpov-akvelon@users.noreply.github.com> Date: Thu, 17 Aug 2023 10:26:46 +0200 Subject: [PATCH] [Windows] Remove deprecated kubectl flag (#8099) --- images/win/scripts/Tests/Tools.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/win/scripts/Tests/Tools.Tests.ps1 b/images/win/scripts/Tests/Tools.Tests.ps1 index ad94ce146..26675fed5 100644 --- a/images/win/scripts/Tests/Tools.Tests.ps1 +++ b/images/win/scripts/Tests/Tools.Tests.ps1 @@ -95,7 +95,7 @@ Describe "KubernetesTools" { } It "kubectl" { - "kubectl version --client=true --short=true" | Should -ReturnZeroExitCode + "kubectl version --client=true" | Should -ReturnZeroExitCode } It "Helm" {