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
@@ -33,7 +33,7 @@ Create postgres tenant clusters managed by the CNPG Operator
33
33
| certificates.server.serverCASecret | string |`""`| name of existing Kubernetes Secret for the postgresql server Certificate Authority cert, ignored if certificates.generate is true |
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
-
| 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. |
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
37
| instances | int |`3`||
38
38
| monitoring.enablePodMonitor | bool |`false`| enable monitoring via Prometheus |
39
39
| name | string |`"cnpg"`||
@@ -44,6 +44,8 @@ Create postgres tenant clusters managed by the CNPG Operator
44
44
| scheduledBackup.spec.schedule | string |`"0 0 0 * * *"`| crontab style schedule to run the backups |
45
45
| storage.size | string |`"1Gi"`| how much storage to allocate to the postgresql cluster |
0 commit comments