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
630 stars 474 forks source link

fix: invalid pgbouncer-certs volume spec when empty #777

Closed thesuperzapper closed 10 months ago

thesuperzapper commented 10 months ago

What issues does your PR fix?

What does your PR do?

Some systems which are strict about schema validation will fail if a projected volume does not specify sources.

This PR ensures we only include the pgbouncer-certs volume when it has at least one source.

Checklist

For all Pull Requests

For releasing ONLY