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 12:28:29 +00:00
parent 4d3af37371
commit 1761d41fc6

View File

@ -62,6 +62,9 @@ if [[ "$action" == "print" ]]; then
elif [[ "$action" == "deploy" ]] && [[ -n "$KUBECONFIG_DATA" ]]; then
kubectl version --kubeconfig=/home/notroot/.kube/config
createHelmYaml | tee | kubectl apply -v -f -
else
elif [[ "$action" == "deploy" ]]; then
echo "# no .kube/config set"
kubectl version --client=true
else
echo "# invalid action"
fi