Update createHelmYaml.sh
All checks were successful
Build docker container / Build image (push) Successful in 11s
All checks were successful
Build docker container / Build image (push) Successful in 11s
This commit is contained in:
parent
e8ef4cc402
commit
d656fcaa1d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user