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
| cnpgCluster.cluster.initdb.database | string |`"app"`|you should change this the name of your database in the postgres cluster|
40
+
| cnpgCluster.cluster.initdb.owner | string |`"app"`|you should change this the name of your database user in the postgres cluster|
41
41
| cnpgCluster.cluster.instances | int |`3`| Number of instances |
42
42
| cnpgCluster.cluster.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|
43
43
| cnpgCluster.enabled | bool |`false`| enable this to deploy the official CNPG cluster helm chart dep All other values here are passed directly to the their chart. See: https://github.com/cloudnative-pg/charts/blob/main/charts/cluster/values.yaml|
0 commit comments