You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to configure tls connection to the external postgresql server. As part of configuration it is needed to specify client certificate. I would like to add that certificate as a k8s volume. I was able to do it for primary airflow components (scheduler, webserver) but was not for other deployments (like db-migrations, sync-users, etc).
It will be greate to have ability to define extra volumes for all components per component and globally, for everything in one place.
Implementation
update volumeMounts, volumes helpers for respective services
Are you willing & able to help?
I am able to submit a PR!
I can help test the feature!
The text was updated successfully, but these errors were encountered:
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:
Checks
User-Community Airflow Helm Chart
.Motivation
I'm trying to configure tls connection to the external postgresql server. As part of configuration it is needed to specify client certificate. I would like to add that certificate as a k8s volume. I was able to do it for primary airflow components (scheduler, webserver) but was not for other deployments (like db-migrations, sync-users, etc).
It will be greate to have ability to define extra volumes for all components per component and globally, for everything in one place.
Implementation
update volumeMounts, volumes helpers for respective services
Are you willing & able to help?
The text was updated successfully, but these errors were encountered: