Skip to content

Commit

Permalink
docs(pgbouncer): feedup README.md according to SA & sidecars features
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierCharuel committed Jan 19, 2024
1 parent f2c224b commit 18f13b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/pgbouncer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,10 @@ The following table lists the configurable parameters of the chart and their def
| nodeSelector | object | `{}` | Node labels for pod assignment |
| tolerations | list | `[]` | Toleration labels for pod assignment |
| affinity | object | `{}` | Affinity settings for pod assignment |
| serviceAccount | object | `{enable: false}` | Service account's definition |
| serviceAccount.enable | bool | `false` | Service account's section flag |
| serviceAccount.name | string | `""` | Service account's name |
| serviceAccount.annotations | object | `{}` | Service account's annotations |
| sidecars | list | `[]` | Sidecars raw definition |

To better understand PgBouncer configuration, please refer to [this document](https://www.pgbouncer.org/config.html)

0 comments on commit 18f13b8

Please sign in to comment.