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

This commit is contained in:
ties 2024-08-27 11:30:15 +00:00
parent bbbe2b3982
commit 6710bcc6a5

View File

@ -54,8 +54,7 @@ echo "# action: $action"
if [[ "$action" == "print" ]]; then
createHelmYaml
elif [[ -n "$KUBECONFIG_DATA" ]]; then
kubectl version
wc -l /home/notroot/.kube/config
kubectl version --kubeconfig=/home/notroot/.kube/config
else
kubectl version --client=true
fi