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:25:08 +00:00
parent 9f891e04e7
commit f3bf7affca

View File

@ -50,7 +50,7 @@ if [[ -n "$KUBECONFIG_DATA" ]]; then
fi
# Check if the action environment variable is set to 'print'
if [[ "$action" == "print" ]]; then
if [[ "$ACTION" == "print" ]]; then
createHelmYaml
elif [[ -n "$KUBECONFIG_DATA" ]]; then
echo "$KUBECONFIG_DATA"