You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/operator_parameters.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,9 @@ Those are top-level keys, containing both leaf keys and groups.
118
118
This option is global for an operator object, and can be overwritten by
119
119
`enableShmVolume` parameter from Postgres manifest. The default is `true`.
120
120
121
+
***enable_pgversion_env_var**
122
+
With newer versions of Spilo, it is preferable to use `PGVERSION` pod environment variable instead of the setting `postgresql.bin_dir` in the `SPILO_CONFIGURATION` env variable. When this option is true, the operator sets `PGVERSION` and omits `postgresql.bin_dir` from `SPILO_CONFIGURATION`. When false, the `postgresql.bin_dir` is set. This setting takes precedence over `PGVERSION`; see PR 222 in Spilo. The default is `false`.
123
+
121
124
***workers**
122
125
number of working routines the operator spawns to process requests to
123
126
create/update/delete/sync clusters concurrently. The default is `4`.
0 commit comments