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
@@ -34,6 +34,7 @@ Create postgres tenant clusters managed by the CNPG Operator
34
34
| certificates.server.serverTLSSecret | string |`""`| name of existing Kubernetes Secret for the postgresql server TLS cert, ignored if certificates.generate is true |
35
35
| certificates.user.enabled | bool |`false`| create a certificate for a user to connect to postgres using CertManager requires server and client certificate generation enabled |
36
36
| certificates.user.username | string |`"app"`| name of the user to create a cert for, eg: the DbOwner specified earlier. This data populated into the commonName field of the certificate. |
37
+
| enableSuperuserAccess | bool |`false`| CNPG disables the postgres superuser by default must be explicitly enabled |
37
38
| externalClusters | list |`[]`||
38
39
| imageName | string |`"ghcr.io/cloudnative-pg/postgresql:16.0"`| image to use for all tenant pods |
39
40
| instances | int |`3`| number of postgres replicas minimum 1 required |
@@ -46,6 +47,7 @@ Create postgres tenant clusters managed by the CNPG Operator
0 commit comments