Fix wrong default value description (#2382)
This commit is contained in:
parent
04f18b9716
commit
7e98240b51
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue