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`.