I’m trying to apply the ssl in pgParameters. I’ve mounted the ssl certs in stolon-keeper.yaml.
Is this the correct way to specify in postgresql.conf?
kubectl exec -it stolon-keeper-0 – /usr/local/bin/stolonctl update -p --cluster-name=kube-stolon --store-backend=kubernetes --kube-resource-kind=configmap ‘{ “pgParameters” : { “ssl” : “on”, “ssl_cert_file” : “tls.crt”, “ssl_key_file” : “tls.key”, “ssl_ca_file” : “cluster-ca.pem”}}’