Mark Haley
Mark Haley
It seems that most environment variables are removed before starting the patroni process. I was attempting to configure patroni to log to a directory (instead of stdout) by using the...
Quick change to the patroni run script to allow passing just patroni log config to the patroni process. This configuration should not have any sensitive information, so should be fine...
The operator produces its own `SPILO_CONFIGURATION` based on the information provided in the postgresql spec. This PR adds a `patroni.log` section to the spec to allow one to set log...
On our kubernetes clusters we have many namespaces one for each customer. We create a postgres-operator in each namespace for compliance reasons, to keep each deployment completely separate. To remove...