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/cluster/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -340,7 +340,7 @@ Kubernetes: `>=1.29.0-0`
340
340
| poolers[].authQuery | string | `{}` | The credentials of the user that need to be used for the authentication query. |
341
341
| poolers[].parameters | map[string]string | `{}` | Additional parameters to be passed to PgBouncer - please check the CNPG documentation for a list of options you can configure |
342
342
| poolers[].template | [PodTemplateSpec][PodTemplateSpec] | `{}` | The template of the Pod to be created |
343
-
| poolers[].template | [ServiceTemplateSpec][ServiceTemplateSpec] | `{}` | Template for the Service to be created |
343
+
| poolers[].serviceTemplate | [ServiceTemplateSpec][ServiceTemplateSpec] | `{}` | Template for the Service to be created |
344
344
| poolers[].pg_hba | []string | `{}` | PostgreSQL Host Based Authentication rules (lines to be appended to the pg_hba.conf file) |
345
345
| poolers[].monitoring.enabled | bool | `false` | Whether to enable monitoring for the Pooler. |
346
346
| poolers[].monitoring.podMonitor.enabled | bool | `true` | Create a podMonitor for the Pooler. |
Copy file name to clipboardExpand all lines: charts/cluster/README.md.gotmpl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ refer to the [CloudNativePG Documentation](https://cloudnative-pg.io/documentati
131
131
| poolers[].authQuery| string |`{}`| The credentials of the user that need to be used for the authentication query.|
132
132
| poolers[].parameters| map[string]string |`{}`| Additional parameters to be passed to PgBouncer - please check the CNPG documentation for a list of options you can configure |
133
133
| poolers[].template| [PodTemplateSpec][PodTemplateSpec] |`{}`| The template of the Pod to be created |
134
-
| poolers[].template| [ServiceTemplateSpec][ServiceTemplateSpec] |`{}`| Template for the Service to be created |
134
+
| poolers[].serviceTemplate| [ServiceTemplateSpec][ServiceTemplateSpec] |`{}`| Template for the Service to be created |
135
135
| poolers[].pg_hba| []string |`{}`| PostgreSQL Host Based Authentication rules (lines to be appended to the pg_hba.conf file) |
136
136
| poolers[].monitoring.enabled| bool |`false`| Whether to enable monitoring for the Pooler.|
137
137
| poolers[].monitoring.podMonitor.enabled| bool |`true`| Create a podMonitor for the Pooler.|
0 commit comments