[Question]: Multiple RDS/Database instances #193
-
Hello, I have been conducting experiments with various annotations and deployments, yet I am encountering difficulties in implementing multiple databases. Edit: I managed to get it to work by disabling the CRD via Helm of the second deployment and changing it's chart name via the values, also both are deployed to separate namespaces. Wonder if there is a proper way to do that. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think you could use annotations to achieve what you intend. The information on readme.md is slim, but check it out: https://github.com/movetokube/postgres-operator?tab=readme-ov-file#multiple-operator-support By setting |
Beta Was this translation helpful? Give feedback.
I think you could use annotations to achieve what you intend. The information on readme.md is slim, but check it out: https://github.com/movetokube/postgres-operator?tab=readme-ov-file#multiple-operator-support
By setting
POSTGRES_INSTANCE
you can use multiple operators and segregate CRs based on that annotation.