update user.docs

This commit is contained in:
Felix Kunde 2019-12-02 16:00:05 +01:00
parent 7bd39d3bfd
commit d5ad9a35f9
1 changed files with 2 additions and 2 deletions

View File

@ -350,7 +350,7 @@ variables are always passed to sidecars:
The PostgreSQL volume is shared with sidecars and is mounted at
`/home/postgres/pgdata`.
**Note**: The operator will not launch a cluster if sidecar containers are
**Note**: The operator will not create a cluster if sidecar containers are
specified but globally disabled in the configuration. The `enable_sidecars`
option must be set to `true`.
@ -378,7 +378,7 @@ spec:
`initContainers` accepts full `v1.Container` definition.
**Note**: The operator will not launch a cluster if `initContainers` are
**Note**: The operator will not create a cluster if `initContainers` are
specified but globally disabled in the configuration. The
`enable_init_containers` option must be set to `true`.