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
Copy file name to clipboardExpand all lines: charts/pgbouncer/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,11 +40,12 @@ The following table lists the configurable parameters of the PgBouncer chart and
40
40
| config.adminUserKey | string |`"adminUser"`| The key in the existingAdminSecret that corresponds to the admin username. |
41
41
| config.authPassword | string |`nil`| Password for the authUser above, if used. |
42
42
| config.authUser | string |`nil`| If set, PgBouncer will use this user to authenticate client connections. |
43
-
| config.databases | object |`{}`| Mapping of database names to connection parameters. E.g.: mydb: host=postgresql port=5432 |
43
+
| config.databases | object |`{}`| Mapping of database names to connection parameters. E.g.: mydb = host=postgresql port=5432 |
44
44
| config.existingAdminSecret | string |`""`| If set, skip creating a new secret for admin credentials, and reference this existing Secret name instead. |
45
45
| config.existingUserlistSecret | string |`""`| Reference to an existing Secret that contains a userlist.txt file, with entries for other users/passwords. |
0 commit comments