[IMP]: docker entrypoint.sh don't exit error on completion

Kubernetes will keep it alive if need be, but Jobs should succeed.
This commit is contained in:
Jared Kipe
2021-03-21 17:00:24 -07:00
parent 206fa31f18
commit 99244d2ac1

View File

@@ -69,4 +69,4 @@ case "$1" in
exec "$@"
esac
exit 1
# notably do not exit 1 as we can complete a job like a backup