Skip to content

Commit f9cbed9

Browse files
authored
Clarify what a default values is (zalando#368)
Clarify what a default values is
1 parent 0b75a89 commit f9cbed9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/reference/operator_parameters.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ They will be deprecated and removed in the future.
4545

4646
Variable names are underscore-separated words.
4747

48+
49+
4850
## General
4951

5052
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
420422
* **scalyr_memory_limit**
421423
Memory limit value for the Scalyr sidecar. The default is `1Gi`.
422424

425+
426+
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)

0 commit comments

Comments
 (0)