From 9205ada32c904959d4e1d52762150ecb7f91d7ce Mon Sep 17 00:00:00 2001 From: Sergey Dudoladov Date: Fri, 31 Aug 2018 12:22:39 +0200 Subject: [PATCH] respond to docs' review --- docs/reference/operator_parameters.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/reference/operator_parameters.md b/docs/reference/operator_parameters.md index f9bb231b6..4d9a0be3d 100644 --- a/docs/reference/operator_parameters.md +++ b/docs/reference/operator_parameters.md @@ -45,7 +45,7 @@ They will be deprecated and removed in the future. Variable names are underscore-separated words. -**Important:** for the configmap operator configuration, the default parameter values mentioned below 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) + ## General @@ -419,3 +419,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