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
665 stars 476 forks source link

fix: also set `kubernetes_executor` airflow configs #719

Closed thesuperzapper closed 1 year ago

thesuperzapper commented 1 year ago

What issues does your PR fix?

What does your PR do?

This PR additionally sets the kubernetes_executor equivalent of any kubernetes airflow configs we set, to suppress deprecation warnings in pod logs.

Checklist

For all Pull Requests