Skip to content

Commit 9970555

Browse files
committed
fix imagecatalog value
1 parent 2e0985a commit 9970555

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/cloudnative-pg-cluster/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Create postgres tenant clusters managed by the CNPG Operator
2929
| 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. |
3030
| enableSuperuserAccess | bool | `false` | CNPG disables the postgres superuser by default must be explicitly enabled |
3131
| 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. |
3434
| imageName | string | `"ghcr.io/cloudnative-pg/postgresql:16.0"` | image to use for all tenant pods |
3535
| instances | int | `3` | number of postgres replicas minimum 1 required |
3636
| managed | object | `{"roles":[]}` | See https://cloudnative-pg.io/documentation/current/cloudnative-pg.v1/#postgresql-cnpg-io-v1-RoleConfiguration for explanation of all options |

charts/cloudnative-pg-cluster/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ enableSuperuserAccess: false
1515
# will be randomly generated if not specified.
1616
superuserSecret: ""
1717

18-
imageCatalogRef:
18+
imageCatalog:
1919
# -- Whether to provision an image catalog. If imageCatalog.images is empty this option will be ignored.
2020
create: true
2121
# -- List of images to be provisioned in an image catalog.

0 commit comments

Comments
 (0)