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
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,12 @@ Those are top-level keys, containing both leaf keys and groups.
79
79
Instruct operator to update only the statefulsets with new images (Spilo and InitContainers) without immediately doing the rolling update. The assumption is pods will be re-started later with new images, for example due to the node rotation.
80
80
The default is `false`.
81
81
82
+
***enable_pgversion_env_var**
83
+
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`.
84
+
85
+
***enable_spilo_wal_path_compat**
86
+
enables backwards compatible path between Spilo 12 and Spilo 13 images. The default is `false`.
87
+
82
88
***etcd_host**
83
89
Etcd connection string for Patroni defined as `host:port`. Not required when
84
90
Patroni native Kubernetes support is used. The default is empty (use
@@ -118,9 +124,6 @@ Those are top-level keys, containing both leaf keys and groups.
118
124
This option is global for an operator object, and can be overwritten by
119
125
`enableShmVolume` parameter from Postgres manifest. The default is `true`.
120
126
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
-
124
127
***workers**
125
128
number of working routines the operator spawns to process requests to
126
129
create/update/delete/sync clusters concurrently. The default is `4`.
0 commit comments