Skip to content

Commit 36c33f7

Browse files
author
Max Roby
committed
update a comment in the docs
1 parent 95d91df commit 36c33f7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

charts/cloudnative-pg-cluster/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cnpg-cluster
22

3-
![Version: 0.3.6](https://img.shields.io/badge/Version-0.3.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
3+
![Version: 0.3.7](https://img.shields.io/badge/Version-0.3.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
44

55
Create postgres tenant clusters managed by the CNPG Operator
66

@@ -36,7 +36,7 @@ Create postgres tenant clusters managed by the CNPG Operator
3636
| 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. |
3737
| externalClusters | list | `[]` | |
3838
| imageName | string | `"ghcr.io/cloudnative-pg/postgresql:16.0"` | image to use for all tenant pods |
39-
| instances | int | `3` | number of postgres replicas |
39+
| instances | int | `3` | number of postgres replicas minimum 1 required |
4040
| monitoring.enablePodMonitor | bool | `false` | enable monitoring via Prometheus |
4141
| name | string | `"cnpg"` | |
4242
| 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 |

charts/cloudnative-pg-cluster/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "cnpg"
22

33
# -- number of postgres replicas
4+
# minimum 1 required
45
instances: 3
56

67
# -- image to use for all tenant pods

0 commit comments

Comments
 (0)