postgres-operator
postgres-operator copied to clipboard
PostgreSQL operator for Kubernetes
The kustomization is still using the old Docker Hub repository: ``` image: movetokube/postgres-operator ``` https://github.com/movetokube/postgres-operator/blob/master/deploy/operator.yaml#L18 Should be: ``` image: ghcr.io/movetokube/postgres-operator ```
Creating a database fails unless the operator user is either `SUPERUSER` (not the case in some public clouds) or is in the new owner role. The issue can be reproduced...
…ret that creates within the chart
Hi, first of all I'd like to thank you for this great project! I'm currently looking into using operator to automate on-premises Supabase database bootstrapping and unfortunately there are some...
Hello! Apologies for posting an issue ticket; Discussions seem to be disabled on this repo. I had recently been struggling a lot with the Zalando Postgres Operator - having moved...
## Description Currently, the Postgres operator includes default keys (like `HOST`) in generated secrets. This causes conflicts when applications use these keys for their own purposes, preventing users from mounting...
Aws has the ability to set iam authentication with RDS. We have added this ability to the operator
closes https://github.com/movetokube/postgres-operator/issues/161
In the latest version + azure postgres 16 + admin being the privileged azure db user. When we try to drop the database when the CRD is deleted you get...