Jakub Jaruszewski

Results 64 comments of Jakub Jaruszewski

This is more of a workaround. I would expect that if I change redis password inside the secret and restart harbor pods, they'll use the new password but that's not...

Yeah, you're right, templating from the ConfigMap does not work unfortunately. Probably moving this to the container's entrypoint would have been a better idea, like this: - If a complete...

Sorry I meant this in a context of the official, unmodified chart, this PR is prefectly fine!

Isn't this feature already implemented?

@Meza1923 By "the certificate of the cluster" do you mean certificate served by default? First if the Routes are not created, that means, that something with your Ingress is not...

You can either: - Fork the chart (or wait for the PR ;) ) and add `securityContext` on containers with proper values - Loosen the security of Openshift/OKD by either...

Sorry, but mentioned PR won't resolve my use case. What I want is to have an annotation which is present on the PgBackrest repoHost and repoHost only (so it is...

Yes, of course (but I don't think it's going to solve the problem): ```yaml apiVersion: postgres-operator.crunchydata.com/v1beta1 kind: PostgresCluster metadata: name: harbor-postgresql namespace: harbor-prod spec: port: 5432 standby: enabled: false openshift:...

In terms of HA, I'm running Postgresql in HA with Patroni (using k8s operator) with no issues for the past year

I have read the CLA Document and I hereby sign the CLA