Skip to content

Commit 3aa3c73

Browse files
authored
docs: corrected spelling mistake (#535)
1 parent e66ee14 commit 3aa3c73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/cluster/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ refer to the [CloudNativePG Documentation](https://cloudnative-pg.io/documentat
185185
| cluster.resources | object | `{}` | Resources requirements of every generated Pod. Please refer to https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ for more information. We strongly advise you use the same setting for limits and requests so that your cluster pods are given a Guaranteed QoS. See: https://kubernetes.io/docs/concepts/workloads/pods/pod-qos/ |
186186
| cluster.roles | list | `[]` | This feature enables declarative management of existing roles, as well as the creation of new roles if they are not already present in the database. See: https://cloudnative-pg.io/documentation/current/declarative_role_management/ |
187187
| cluster.serviceAccountTemplate | object | `{}` | Configure the metadata of the generated service account |
188-
| cluster.services | object | `{}` | Customization of service definions. Please refer to https://cloudnative-pg.io/documentation/1.24/service_management/ |
188+
| cluster.services | object | `{}` | Customization of service definitions. Please refer to https://cloudnative-pg.io/documentation/1.24/service_management/ |
189189
| cluster.storage.size | string | `"8Gi"` | |
190190
| cluster.storage.storageClass | string | `""` | |
191191
| cluster.superuserSecret | string | `""` | |

charts/cluster/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ cluster:
212212
# -- The GID of the postgres user inside the image, defaults to 26
213213
postgresGID: -1
214214

215-
# -- Customization of service definions. Please refer to https://cloudnative-pg.io/documentation/1.24/service_management/
215+
# -- Customization of service definitions. Please refer to https://cloudnative-pg.io/documentation/1.24/service_management/
216216
services: {}
217217

218218
# -- Resources requirements of every generated Pod.

0 commit comments

Comments
 (0)