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
Create postgres tenant clusters managed by the CNPG Operator
6
6
@@ -38,6 +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":[]}`| See https://cloudnative-pg.io/documentation/current/cloudnative-pg.v1/#postgresql-cnpg-io-v1-RoleConfiguration for explanation of all options |
41
42
| monitoring.enablePodMonitor | bool |`false`| enable monitoring via Prometheus |
42
43
| name | string |`"cnpg"`||
43
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