airflow-helm / charts

The User-Community Airflow Helm Chart is the standard way to deploy Apache Airflow on Kubernetes with Helm. Originally created in 2017, it has since helped thousands of companies create production-ready deployments of Airflow on Kubernetes.
https://github.com/airflow-helm/charts/tree/main/charts/airflow
Apache License 2.0
647 stars 475 forks source link

feat/add-extraInitContainers-to-workers #788

Closed xlagg5 closed 5 months ago

xlagg5 commented 1 year ago

What does your PR do?

Adds extraInitContainers section to workers.

Checklist

For all Pull Requests

For releasing ONLY

dylac commented 9 months ago

This feature would be very useful for me, can it be reviewed?

stale[bot] commented 6 months ago

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
thesuperzapper commented 6 months ago

Bumping for bot.

thesuperzapper commented 5 months ago

@xlagg5 thanks for the PR, but I am going to close this in favor of https://github.com/airflow-helm/charts/pull/856

That PR adds extraContainers and extraInitContainers values for all the deployments, not just workers.