From f9cbed9be981486f2f48bee19e054c2c548d1b02 Mon Sep 17 00:00:00 2001 From: zerg-junior Date: Mon, 17 Sep 2018 10:12:58 +0200 Subject: [PATCH] Clarify what a default values is (#368) Clarify what a default values is --- docs/reference/operator_parameters.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/reference/operator_parameters.md b/docs/reference/operator_parameters.md index 7d8e243bb..b05ab4fd3 100644 --- a/docs/reference/operator_parameters.md +++ b/docs/reference/operator_parameters.md @@ -45,6 +45,8 @@ They will be deprecated and removed in the future. Variable names are underscore-separated words. + + ## General Those are top-level keys, containing both leaf keys and groups. @@ -420,3 +422,5 @@ scalyr sidecar. In the CRD-based configuration they are grouped under the * **scalyr_memory_limit** Memory limit value for the Scalyr sidecar. The default is `1Gi`. + +For the configmap operator configuration, the [default parameter values](https://github.com/zalando-incubator/postgres-operator/blob/master/pkg/util/config/config.go#L14) mentioned here are likely to be overwritten in your local operator installation via your local version of the operator configmap. In the case you use the operator CRD, all the CRD defaults are provided in the [operator's default configuration manifest](https://github.com/zalando-incubator/postgres-operator/blob/master/manifests/postgresql-operator-default-configuration.yaml) \ No newline at end of file