postgres-operator/pkg
Oleksii Kliukin ec3f24c3ee Honor the "spec-by-example" manifest we have.
No longer ignore custom PostgreSQL and Patroni parameters and initdb
options. Since all Patroni parameters that are not under initdb or
pg_hba are specified as a plain map, there is no way to distinguish
those that should go into the bootstrap section from those that should
stay in the local configuration. As the example used only bootstrap
parameters, currently all such options go into the bootstrap section.

Also the initdb options are repsented as a map, while Patroni initdb
options are a list of either maps or strings (i.e. "data-checksums"
doesn't need an argument). For now, there is a work-around, but in the
future we might consider changing the spec.
2017-05-12 11:41:36 +02:00
..
cluster Honor the "spec-by-example" manifest we have. 2017-05-12 11:41:36 +02:00
controller Periodically sync roles with the running clusters. (#102) 2017-05-12 11:41:35 +02:00
spec Periodically sync roles with the running clusters. (#102) 2017-05-12 11:41:35 +02:00
util Periodically sync roles with the running clusters. (#102) 2017-05-12 11:41:35 +02:00