From d5ad9a35f9bf54fa386186637a0b8385ba59c33d Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Mon, 2 Dec 2019 16:00:05 +0100 Subject: [PATCH] update user.docs --- docs/user.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user.md b/docs/user.md index 26fc055d9..272defe08 100644 --- a/docs/user.md +++ b/docs/user.md @@ -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`.