Fix(kubectl)

Closes #3058 
Closes #3059
This commit is contained in:
Jacob Heider 2023-08-24 01:44:54 -04:00 committed by GitHub
parent 96173d4ee6
commit 6c851ca95f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,4 +23,4 @@ build:
test: |
kubectl | grep "kubectl controls the Kubernetes cluster manager."
echo $(kubectl version || true) | grep "Client Version: v{{version}}"
echo $(kubectl version || true) | grep "v{{version}}"