Minor formatting fix
This commit is contained in:
parent
5d02c57e04
commit
d9d2c5cbe5
|
|
@ -72,7 +72,7 @@ Those are parameters grouped directly under the `spec` key in the manifest.
|
||||||
* **users**
|
* **users**
|
||||||
a map of usernames to user flags for the users that should be created in the
|
a map of usernames to user flags for the users that should be created in the
|
||||||
cluster by the operator. User flags are a list, allowed elements are
|
cluster by the operator. User flags are a list, allowed elements are
|
||||||
`SUPERUSER` `REPLICATION` `INHERIT`, `LOGIN`, `NOLOGIN`, `CREATEROLE`,
|
`SUPERUSER`, `REPLICATION`, `INHERIT`, `LOGIN`, `NOLOGIN`, `CREATEROLE`,
|
||||||
`CREATEDB`, `BYPASSURL`. A login user is created by default unless NOLOGIN is
|
`CREATEDB`, `BYPASSURL`. A login user is created by default unless NOLOGIN is
|
||||||
specified, in which case the operator creates a role. One can specify empty
|
specified, in which case the operator creates a role. One can specify empty
|
||||||
flags by providing a JSON empty array '*[]*'. Optional.
|
flags by providing a JSON empty array '*[]*'. Optional.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue