pg formatting

This commit is contained in:
Felix Kunde 2019-07-08 17:21:52 +02:00
parent 4862e17b7d
commit 7033fd4af7
2 changed files with 3 additions and 3 deletions

View File

@ -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 breaking things if someone decides to configure the same service account in the
operator's ConfigMap to run Postgres clusters. 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 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 cluster admins. To allow read and/or write access to other human users apply

View File

@ -54,5 +54,5 @@ The following environment variables are accepted by the operator:
default is 30s. default is 30s.
* **CRD_READY_WAIT_INTERVAL** * **CRD_READY_WAIT_INTERVAL**
defines the interval between consecutive attempts waiting for the postgresql defines the interval between consecutive attempts waiting for the
CRD to be created. The default is 5s. `postgresql` CRD to be created. The default is 5s.