pg formatting
This commit is contained in:
parent
4862e17b7d
commit
7033fd4af7
|
|
@ -99,7 +99,7 @@ some privileges not really used by the operator (i.e. we only need `list` and
|
|||
breaking things if someone decides to configure the same service account in the
|
||||
operator's ConfigMap to run Postgres clusters.
|
||||
|
||||
### Give K8S users access to create/list postgresqls
|
||||
### Give K8S users access to create/list `postgresqls`
|
||||
|
||||
By default `postgresql` custom resources can only by listed and changed by
|
||||
cluster admins. To allow read and/or write access to other human users apply
|
||||
|
|
|
|||
|
|
@ -54,5 +54,5 @@ The following environment variables are accepted by the operator:
|
|||
default is 30s.
|
||||
|
||||
* **CRD_READY_WAIT_INTERVAL**
|
||||
defines the interval between consecutive attempts waiting for the postgresql
|
||||
CRD to be created. The default is 5s.
|
||||
defines the interval between consecutive attempts waiting for the
|
||||
`postgresql` CRD to be created. The default is 5s.
|
||||
|
|
|
|||
Loading…
Reference in New Issue