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 12:32:30 +00:00
parent e8ef4cc402
commit d656fcaa1d

View File

@ -68,6 +68,8 @@ elif [[ "$action" == "deploy" ]]; then
elif [[ "$action" == "debug" ]]; then
echo "# dumping files"
find . -type f -print -exec cat {} \;
echo "# Computed file"
createHelmYaml
else
echo "# invalid action"
fi