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:22:50 +00:00
parent eeed115128
commit 9f891e04e7

View File

@ -53,6 +53,7 @@ fi
if [[ "$action" == "print" ]]; then
createHelmYaml
elif [[ -n "$KUBECONFIG_DATA" ]]; then
echo "$KUBECONFIG_DATA"
kubectl version
else
kubectl version --client=true