Love Prefect but the documentation is sorely lacki...
# ask-community
s
Love Prefect but the documentation is sorely lacking! There is much more trial and error than should be necessary, particularly with something as important as environment variable injection
👏 1
n
how is something like this?
👍 1
j
Hi Shaariq. Thank you for the feedback. If you want to change the environment variable on a per-deployment basis, you can do so when you create a deployment. For example with
.deploy
- you can override environment variables, such as
image_pull_policy
and
image
, or any environment variable for a specific deployment with the
job_variables
argument. See the second example in the docs here.