Template-based Postgres doesn't get correct env variables for PR environments
Hey!
We have PR enviroments set up for our project.
The project has a web app (from GH) and two template based services - postgres and redis.
When a new PR environment is created, the main web app correctly gets it's env variables from the base branch, but not postgres or redis.
We migrated from plugins, this wasn't the case there. Any ideas?
2 Replies