In order to give database credentials to a pod, the injector must run before the application launches. We think the way to do this is by writing a customer launch command that waits for credentials file to be written by the injector, and then sources it before launch the app (app is postgres in this case)
In order to give database credentials to a pod, the injector must run before the application launches. We think the way to do this is by writing a customer launch command that waits for credentials file to be written by the injector, and then sources it before launch the app (app is postgres in this case)