[ubuntu] Adjust kubectl version handling (#8098)

This commit is contained in:
Shamil Mubarakshin
2023-08-16 18:25:29 +02:00
committed by GitHub
parent c64e2f53f1
commit e6705a3f9c

View File

@@ -284,7 +284,7 @@ Describe "Kubernetes tools" {
}
It "kubectl" {
"kubectl version" | Should -MatchCommandOutput "Client Version: version.Info"
"kubectl version" | Should -MatchCommandOutput "Client Version: v"
}
It "helm" {