From 7e98240b51058ec8feae22d9629eca99960b6727 Mon Sep 17 00:00:00 2001 From: yoshihikoueno <38683757+yoshihikoueno@users.noreply.github.com> Date: Fri, 28 Jul 2023 16:39:59 +0900 Subject: [PATCH] Fix wrong default value description (#2382) --- docs/reference/cluster_manifest.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/cluster_manifest.md b/docs/reference/cluster_manifest.md index 8caf55b94..f7d0eebc6 100644 --- a/docs/reference/cluster_manifest.md +++ b/docs/reference/cluster_manifest.md @@ -252,8 +252,8 @@ information, see [user docs](../user.md#prepared-databases-with-roles-and-defaul map of schemas that the operator will create. Optional - if no schema is listed, the operator will create a schema called `data`. Under each schema key, it can be defined if `defaultRoles` (NOLOGIN) and `defaultUsers` (LOGIN) - roles shall be created that have schema-exclusive privileges. Both flags are - set to `false` by default. + roles shall be created that have schema-exclusive privileges. + By default, `defaultRoles` is `true` and `defaultUsers` is false. * **secretNamespace** for each default LOGIN role the operator will create a secret. You can