https://prefect.io logo
Title
j

Jamie Blakeman

02/24/2023, 10:11 AM
Hi, our agents run in docker containers with env vars supplied when the containers are stood up. We recently changed one of our API keys, updated the env var, rebuilt the containers and can confirm by executing python inside the container that the env var is updated However, when the prefect flow runs, when it imports the env var value, it is fetching the value it knew when the deployment was made, is this by design? Rather than a quick change in a docker-compose file, it looks like I’ll have to update all the deployments that use that value, even though nothing in the code is changing