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/cloudnative-pg-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
@@ -38,7 +38,7 @@ Create postgres tenant clusters managed by the CNPG Operator
38
38
| externalClusters | list |`[]`||
39
39
| imageName | string |`"ghcr.io/cloudnative-pg/postgresql:16.0"`| image to use for all tenant pods |
40
40
| instances | int |`3`| number of postgres replicas minimum 1 required |
41
-
| managed | object |`{"roles":null}`| See https://cloudnative-pg.io/documentation/current/cloudnative-pg.v1/#postgresql-cnpg-io-v1-RoleConfiguration for explanation of all options |
41
+
| managed | object |`{"roles":[]}`| See https://cloudnative-pg.io/documentation/current/cloudnative-pg.v1/#postgresql-cnpg-io-v1-RoleConfiguration for explanation of all options |
42
42
| monitoring.enablePodMonitor | bool |`false`| enable monitoring via Prometheus |
43
43
| name | string |`"cnpg"`||
44
44
| postgresql.pg_hba | list |`["hostnossl all all 0.0.0.0/0 reject","hostssl all all 0.0.0.0/0 cert clientcert=verify-full"]`| records for the pg_hba.conf file. ref: https://www.postgresql.org/docs/current/auth-pg-hba-conf.html|
0 commit comments