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
@@ -43,7 +43,7 @@ The following table lists the configurable parameters of the PgBouncer chart and
43
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. |
Copy file name to clipboardExpand all lines: charts/pgbouncer/values.yaml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -188,6 +188,9 @@ config:
188
188
userlist: {}
189
189
# someUser: secretPassword
190
190
191
+
# -- Allow containers in the pod to share the same process namespace.
192
+
shareProcessNamespace: false
193
+
191
194
# -- Pod security context for the main PgBouncer container. By default, this forces the container to run without root privileges and with a read-only root filesystem.
0 commit comments