Eric
09/24/2023, 11:10 PMprefect.yaml
file, is this the right way to supply my tasks with the necessary env vars?
definitions:
tags: &common_tags
- "feedback-insight"
- "demo"
work_pool: &common_work_pool
name: "demo-work-pool"
job_variables:
image: $BACKEND_IMAGE_URL
ENV_VAR_1: $ENV_VAR_1
ENV_VAR_2: $ENV_VAR_2
Seems strange that the docker image would be grouped with the env vars supplied to the pod / execution env