From 54764b695c294d156e6d84008123b963a2d77c0f Mon Sep 17 00:00:00 2001 From: Guillaume Pothier Date: Thu, 4 Apr 2024 00:38:10 -0300 Subject: [PATCH] Update README (through `make schema docs`) Note: I manually removed a footer that said something like "autogenerated by...", as it is not in the original version. I don't know why my version of helm-docs added it Signed-off-by: Guillaume Pothier --- charts/cluster/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/cluster/README.md b/charts/cluster/README.md index 745779e66..800773243 100644 --- a/charts/cluster/README.md +++ b/charts/cluster/README.md @@ -168,6 +168,7 @@ refer to the [CloudNativePG Documentation](https://cloudnative-pg.io/documentat | cluster.primaryUpdateStrategy | string | `"unsupervised"` | Strategy to follow to upgrade the primary server during a rolling update procedure, after all replicas have been successfully updated: it can be automated (unsupervised - default) or manual (supervised) | | cluster.priorityClassName | string | `""` | | | 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/ | +| 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/ | | cluster.storage.size | string | `"8Gi"` | | | cluster.storage.storageClass | string | `""` | | | cluster.superuserSecret | string | `""` | |