Skip to content

Conversation

@mb-m
Copy link
Contributor

@mb-m mb-m commented Aug 19, 2022

What issues does your PR fix?

What does your PR do?

As per #629, add support for .extraEnv for the various pod types, including some of the validation and warnings.
This is generally better where we either use an environment variable that's something new, or that we are overriding
something in airflow.config (eg. setting the log level at DEBUG on workers but INFO everywhere else)

@stale
Copy link

stale bot commented Oct 18, 2022

This issue has been automatically marked as stale because it has not had activity in 60 days.
It will be closed in 7 days if no further activity occurs.

Thank you for your contributions.


Issues never become stale if any of the following is true:

  1. they are added to a Project
  2. they are added to a Milestone
  3. they have the lifecycle/frozen label

@stale stale bot added the lifecycle/stale lifecycle - this is stale label Oct 18, 2022
@thesuperzapper
Copy link
Member

@mb-m sorry for the delay here, I don't have time to review right now, but I will put it in the 8.7 milestone to scare the bot away.

@stale stale bot removed the lifecycle/stale lifecycle - this is stale label Oct 20, 2022
@mb-m mb-m force-pushed the xxxx_extra_env branch from a0e3d1d to 13215ba Compare June 6, 2023 11:41
…d types

As per airflow-helm#629, add support for .extraEnv for the various pod types, including some of the validation and warnings.
This is generally better where we either use an environment variable that's something new, or that we are overriding
something in airflow.config (eg. setting the log level at DEBUG on workers but INFO everywhere else)

Signed-off-by: Matthew Byng-Maddick <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Env per pod used to exist but has been removed - why?

2 participants