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
|
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
|
listed, the operator will create a schema called `data`. Under each schema
|
||||||
key, it can be defined if `defaultRoles` (NOLOGIN) and `defaultUsers` (LOGIN)
|
key, it can be defined if `defaultRoles` (NOLOGIN) and `defaultUsers` (LOGIN)
|
||||||
roles shall be created that have schema-exclusive privileges. Both flags are
|
roles shall be created that have schema-exclusive privileges.
|
||||||
set to `false` by default.
|
By default, `defaultRoles` is `true` and `defaultUsers` is false.
|
||||||
|
|
||||||
* **secretNamespace**
|
* **secretNamespace**
|
||||||
for each default LOGIN role the operator will create a secret. You can
|
for each default LOGIN role the operator will create a secret. You can
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue