Support for waits_for_job
edeesis opened this issue · comments
Ed Mitchell commented
What would you like to be added:
Helm Release has a waits_for_job argument that will hold the terraform from completing until the jobs complete.
I would like to wait for jobs to complete before I deploy my k8s-service module.
Why is this needed:
When running migrations, you want the migrations to be complete before deploying your app code, otherwise your app could start querying a column that is not there yet, causing 500 errors.
Extra info (e.g. existing slack convo link):
Related:
Juan Diego Palomino commented
OK, will be in ~2 weeks
Juan Diego Palomino commented
Done!