Update createHelmYaml.sh
All checks were successful
Build docker container / Build image (push) Successful in 10s

This commit is contained in:
ties 2024-08-27 11:00:14 +00:00
parent 9bd974675a
commit 1f8d0a61c9

View File

@ -54,6 +54,8 @@ fi
if [[ "$action" == "print" ]]; then
createHelmYaml
elif [[ -z "$KUBECONFIG_DATA" ]]; then
head -n2 ~/.kube/config
wc -l ~/.kube/config
kubectl version
else
kubectl version --client=true