sweco-sedalh opened a new issue, #57860: URL: https://github.com/apache/airflow/issues/57860
### Official Helm Chart version 1.18.0 (latest released) ### Apache Airflow version Default as specified by chart ### Kubernetes Version 1.32.9 ### Helm Chart configuration _No response_ ### Docker Image customizations _No response_ ### What happened The official Airflow Helm chart expects the key in a secret containing database connection information to be exactly "connection". Meanwhile, CloudNativePG, a very popular operator for managing PostgreSQL databases in Kubernetes clusters, puts the connection URI into the key "uri". ### What you think should happen instead A common pattern to solve this discrepancy is to make the secret key configurable. ### How to reproduce Create a cluster, install CloudNativePG and create a `Cluster`. Once it's initialized you will have a secret with a key "uri" containing the connection string. ### Anything else A backwards compatible fix exists: https://github.com/apache/airflow/pull/54037 ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
