Skip to content

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

Open
mb-m wants to merge 1 commit into
airflow-helm:mainfrom
mb-m:xxxx_extra_env
Open

feat: add support for .extraEnv (defaulting to []) for the various pod types#632
mb-m wants to merge 1 commit into
airflow-helm:mainfrom
mb-m:xxxx_extra_env

Conversation

@mb-m

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

Copy link
Copy Markdown
Contributor

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

stale Bot commented Oct 18, 2022

Copy link
Copy Markdown

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
Copy Markdown
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 <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