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 if [[ "$action" == "print" ]]; then
createHelmYaml createHelmYaml
elif [[ -n "$KUBECONFIG_DATA" ]]; then elif [[ -n "$KUBECONFIG_DATA" ]]; then
kubectl version kubectl version --kubeconfig=/home/notroot/.kube/config
wc -l /home/notroot/.kube/config
else else
kubectl version --client=true kubectl version --client=true
fi fi