Mark Haley
Mark Haley
I am using the postgres kubernetes operator to manage the database. Unfortunately the operator does not provide a way to add custom config to `SPILO_CONFIGURATION`. We could update the operator,...
I see, does patroni not strip out `PATRONI_*` environment variables itself before starting postgres? ref https://github.com/zalando/patroni/pull/1224 ref: https://github.com/zalando/patroni/blob/master/patroni/postgresql/postmaster.py#L215-L216 So shouldn't it be safe to be able to configure patroni using...
Made a quick PR here (https://github.com/zalando/spilo/pull/719) @CyberDem0n, let me know what you think.
@CyberDem0n any additional thoughts here? Are we unable to rely on patroni process to protect itself? If not, an alternative solution is here https://github.com/zalando/postgres-operator/pull/1857. Either one solves my needs.
Similar question being asked here https://github.com/zalando/postgres-operator/issues/1322.
@FxKu picking someone at random to ping. Is there something more I should do to have someone review this PR? The e2e tests are failing because the autogenerate needs to...
@CyberDem0n perhaps maybe you can take a look at this PR?
@sdudoladov @Jan-M @CyberDem0n @FxKu @jopadi hello? Can anyone lend me a hand? I would like to move this PR along so I don't need to continue to maintain my own...
> Is this MR obsolete with the addition of #1794 in release 1.8 of the operator? I may be wrong but now you should be able to define patroni configuration...
Any way we can push this forward? Our team is using the `--enable-helm` option with `kustomize` when running locally. I would like to use the same manifests in our cloud...