andormarkus opened a new pull request, #42460: URL: https://github.com/apache/airflow/pull/42460
Hi All, Do company polices we can not store secrets in the `values.yaml` and we need to use Kubernetes Secrets. These requirements made the PgBouncer implementation ver challenging because the the helm chart is able to handle external database until it is fully defined in the `values.yaml` however if it is defined the Kubernetes Secret than the PgBouncer does not pick up these changes and wan't to connect to the local Postgres DB which is not deployed because external database was used. To be able to PgBouncer work we need to create two Kubernetes Secrets manually and reference is in the chart. I have extended the helm documentation if someone else in the future can have countless hours on deployment -- 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]
