fix(kubectl)

closes #2916
This commit is contained in:
Jacob Heider 2023-08-15 16:21:14 -04:00
parent 0d5f1f0a8b
commit be53b4e0aa
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

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