hey community, hello prefect team, i was wondering...
# ask-community
j
hey community, hello prefect team, i was wondering if there is any convenient way to complement job variables instead of overwriting them on a per deployment basis. i have a setup in mind, where a set of generic environment variables would be defined in the BaseVariables of a job, and some custom variables could be added per deployment. to me it looks like i can only overwrite them and have to copy the generic env variables to all deployments. is there a better solution?