Skip to content

Commit 7e98240

Browse files
Fix wrong default value description (#2382)
1 parent 04f18b9 commit 7e98240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/cluster_manifest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ information, see [user docs](../user.md#prepared-databases-with-roles-and-defaul
252252
map of schemas that the operator will create. Optional - if no schema is
253253
listed, the operator will create a schema called `data`. Under each schema
254254
key, it can be defined if `defaultRoles` (NOLOGIN) and `defaultUsers` (LOGIN)
255-
roles shall be created that have schema-exclusive privileges. Both flags are
256-
set to `false` by default.
255+
roles shall be created that have schema-exclusive privileges.
256+
By default, `defaultRoles` is `true` and `defaultUsers` is false.
257257

258258
* **secretNamespace**
259259
for each default LOGIN role the operator will create a secret. You can

0 commit comments

Comments
 (0)