From 4202ad853af398a6468aa2471e0f38cd74d55985 Mon Sep 17 00:00:00 2001 From: Oleksii Kliukin Date: Wed, 10 Jan 2018 16:10:12 +0100 Subject: [PATCH] Minor corrections to the documentation. (#599) --- docs/ENVIRONMENT.rst | 2 +- docs/SETTINGS.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ENVIRONMENT.rst b/docs/ENVIRONMENT.rst index 20bdbead..7f78db30 100644 --- a/docs/ENVIRONMENT.rst +++ b/docs/ENVIRONMENT.rst @@ -55,7 +55,7 @@ Exhibitor Kubernetes ---------- -- **PATRONI\_KUBERNETES\_NAMESPACE**: (optional) Kubernetes namespace where the operator is running. Default value is `default`. +- **PATRONI\_KUBERNETES\_NAMESPACE**: (optional) Kubernetes namespace where the Patroni pod is running. Default value is `default`. - **PATRONI\_KUBERNETES\_LABELS**: Labels in format ``{label1: value1, label2: value2}``. These labels will be used to find existing objects (Pods and either Endpoints or ConfigMaps) associated with the current cluster. Also Patroni will set them on every object (Endpoint or ConfigMap) it creates. - **PATRONI\_KUBERNETES\_SCOPE\_LABEL**: (optional) name of the label containing cluster name. Default value is `cluster-name`. - **PATRONI\_KUBERNETES\_ROLE\_LABEL**: (optional) name of the label containing Postgres role (`master` or `replica`). Patroni will set this label on the pod it is running in. Default value is `role`. diff --git a/docs/SETTINGS.rst b/docs/SETTINGS.rst index 979fd882..e4412d86 100644 --- a/docs/SETTINGS.rst +++ b/docs/SETTINGS.rst @@ -87,7 +87,7 @@ Exhibitor Kubernetes ---------- -- **namespace**: (optional) Kubernetes namespace where we are running. Default value is `default`. +- **namespace**: (optional) Kubernetes namespace where Patroni pod is running. Default value is `default`. - **labels**: Labels in format ``{label1: value1, label2: value2}``. These labels will be used to find existing objects (Pods and either Endpoints or ConfigMaps) associated with the current cluster. Also Patroni will set them on every object (Endpoint or ConfigMap) it creates. - **scope\_label**: (optional) name of the label containing cluster name. Default value is `cluster-name`. - **role\_label**: (optional) name of the label containing role (master or replica). Patroni will set this label on the pod it runs in. Default value is ``role``.