-
- Downloads
Workaround helm hooks not streaming logs
We use Helm hooks to run DB migration and initialization but because there is no feature to [stream hook logs](https://github.com/helm/helm/issues/2298), we use a function to show logs from the `helm upgrade...` command. `$CI_ENVIRONMENT_SLUG-db-initialize` and `$CI_ENVIRONMENT_SLUG-db-migrate` pod selectors come from the auto-deploy-app chart.
Please register or sign in to comment