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

This commit is contained in:
ties 2024-08-27 11:02:24 +00:00
parent 1f8d0a61c9
commit 28ea84e7fd

View File

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