Nick
Nick
Ok, on closer inspection, I can see that the ConfigMap is referenced in an environment variable by name. That means it's up to the controller to watch for changes. Perhaps...
The logical backup path appears to be hard coded to `/spilo` https://github.com/zalando/postgres-operator/blob/6d0117b662bc2fd7880352b58258792ff2941d0a/docker/logical-backup/dump.sh#L100 Perhaps it can be at least somewhat configurable by setting `logical_backup_s3_bucket_scope_suffix`? I think this should be configurable though,...
I'm using Cert Manager, for example: ```yml apiVersion: cert-manager.io/v1 kind: Certificate metadata: name: server-cert spec: secretName: server-cert duration: 2160h # 90d renewBefore: 360h # 15d subject: organizations: - Operator commonName:...
@yaron2 is there anything holding this back?
or is @shubham1172 able to approve?
@yaron2 I see you merged another PR recently. Are you able to take a look at this at the same time?
There doesn't look to be a lot of activity on this (judging by dates on open issues and pull requests), but when time allows I'd like to contribute. An update...
Perhaps it needs to retry with backoff rather than just delay for an arbitrary amount of time. I think the connection also needs to retry when dapr is restarted. I...
I think this can be closed now, given we're up to v0.8.0. (unless of course it is still happening).
What's stopping this one (apart from rebasing probably)?