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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,8 @@ Create postgres tenant clusters managed by the CNPG Operator
29
29
| certificates.user.username | list |`["app"]`| List of names of users to create a cert for, eg: the DbOwner specified earlier. This data populated into the commonName field of the certificate. |
30
30
| enableSuperuserAccess | bool |`false`| CNPG disables the postgres superuser by default must be explicitly enabled |
31
31
| externalClusters | list |`[]`||
32
-
|imageCatalogRef.create | bool |`true`| Whether to provision an image catalog. If imageCatalog.images is empty this option will be ignored. |
33
-
|imageCatalogRef.images | list |`[]`| List of images to be provisioned in an image catalog. |
32
+
|imageCatalog.create | bool |`true`| Whether to provision an image catalog. If imageCatalog.images is empty this option will be ignored. |
33
+
|imageCatalog.images | list |`[]`| List of images to be provisioned in an image catalog. |
34
34
| imageName | string |`"ghcr.io/cloudnative-pg/postgresql:16.0"`| image to use for all tenant pods |
35
35
| instances | int |`3`| number of postgres replicas minimum 1 required |
36
36
| managed | object |`{"roles":[]}`| See https://cloudnative-pg.io/documentation/current/cloudnative-pg.v1/#postgresql-cnpg-io-v1-RoleConfiguration for explanation of all options |
0 commit comments