Skip to content

Commit

Permalink
kubectl no longer support version --short
Browse files Browse the repository at this point in the history
Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>
  • Loading branch information
jkremser committed Nov 21, 2023
1 parent 2ec7e4d commit 5d9688f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
echo "importing image: ${IMG}"
k3d image import ${IMG}:latest
echo "Kubernetes vesion:"
kubectl version --short
kubectl version
- name: Deploy the operator
run: |
Expand Down

0 comments on commit 5d9688f

Please sign in to comment.