From 9ff168f7f70d1a05d862fc0ed014d2c3a2892f08 Mon Sep 17 00:00:00 2001 From: Antoine Millet Date: Wed, 23 Aug 2023 11:43:41 +0200 Subject: [PATCH] Update charts/cloudnative-pg/README.md Co-authored-by: Philippe Scorsolini Signed-off-by: Antoine Millet --- charts/cloudnative-pg/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/cloudnative-pg/README.md b/charts/cloudnative-pg/README.md index a20e434b1..a8ac76f42 100644 --- a/charts/cloudnative-pg/README.md +++ b/charts/cloudnative-pg/README.md @@ -39,7 +39,7 @@ CloudNativePG Helm Chart | nodeSelector | object | `{}` | Nodeselector for the operator to be installed | | podAnnotations | object | `{}` | Annotations to be added to the pod | | podSecurityContext | object | `{"runAsNonRoot":true,"seccompProfile":{"type":"RuntimeDefault"}}` | Security Context for the whole pod | -| rbac.aggregateClusterRoles | bool | `true` | Aggregate ClusterRoles to Kubernetes default user-facing roles. Ref: https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles | +| rbac.aggregateClusterRoles | bool | `false` | Aggregate ClusterRoles to Kubernetes default user-facing roles. Ref: https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles | | rbac.create | bool | `true` | Specifies whether ClusterRole and ClusterRoleBinding should be created | | replicaCount | int | `1` | | | resources | object | `{}` | |