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 10:53:24 +00:00
parent f5b6a63ed3
commit 1c8d1adc3b

View File

@ -53,6 +53,8 @@ fi
# Check if the action environment variable is set to 'print'
if [[ "$action" == "print" ]]; then
createHelmYaml
elif[[ -z "$KUBECONFIG_DATA" ]]; then
kubectl version
else
kubectl version --client=true
fi