This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 51016db18d0 Fix formatting in production-guide.rst (#56754)
51016db18d0 is described below
commit 51016db18d0e72501c70945f9d4464e1ee78cc91
Author: Spasnof <[email protected]>
AuthorDate: Fri Oct 17 04:52:39 2025 -0700
Fix formatting in production-guide.rst (#56754)
Correct formatting in production guide for users.txt. This is following the
official pgbouncer doc on auth file formats.
---
chart/docs/production-guide.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chart/docs/production-guide.rst b/chart/docs/production-guide.rst
index b83d4f535a0..6c1736cd14b 100644
--- a/chart/docs/production-guide.rst
+++ b/chart/docs/production-guide.rst
@@ -157,7 +157,7 @@ Two additional Kubernetes Secret required to PgBouncer able
to properly work in
.. code-block:: text
- "{ external_database_host }" "{ external_database_pass }"
+ "{ external_database_username }" "{ external_database_pass }"
The ``values.yaml`` should looks like this