Replies: 1 comment
-
|
You're right that those parameters aren't directly exposed in the postgresql CRD spec. But you should be able to set them through the apiVersion: acid.zalan.do/v1
kind: postgresql
spec:
patroni:
loop_wait: 10
retry_timeout: 10
synchronous_mode: false
# DCS parameters go under postgresql.parameters or in bootstrapActually, If the operator doesn't expose them, you could try setting them directly in the Patroni DCS (etcd/Kubernetes endpoints) using Another option is to use the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems zalando is not exposing them https://github.com/zalando/postgres-operator/blob/master/pkg/apis/acid.zalan.do/v1/postgresql_type.go#L173
I would like to override the default values(which is false for both the parameters)
Beta Was this translation helpful? Give feedback.
All reactions