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:55:07 +00:00
parent 1c8d1adc3b
commit d7b00a7caa

View File

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