Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for .extraEnv (defaulting to []) for the various pod types #632

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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
…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 <mbyng-maddick@olx.com>
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