Skip to content

Commit 889813a

Browse files
author
Sean Sundberg
committed
Updates config.yaml to validate kubectl version
1 parent eba2c9b commit 889813a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ commandTests:
4141

4242
- name: "Kubectl CLI installation"
4343
command: "kubectl"
44-
args: ["--help"]
45-
expectedOutput: ["kubectl.*"]
44+
args: ["version", "--client"]
45+
expectedOutput: [".*v1.15.5.*"]
4646

4747
- name: "Helm CLI installation"
4848
command: "helm"

0 commit comments

Comments
 (0)