You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been conducting experiments with various annotations and deployments, yet I am encountering difficulties in implementing multiple databases.
Specifically, I am managing two external RDS PostgreSQL instances and aim to effectively administer both.
My approach involved creating the operator twice in distinct namespaces, but this resulted in an error attributed to CRD duplication. Could someone kindly provide an example or guidance on utilizing the operator with multiple external 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.
The text was updated successfully, but these errors were encountered:
thereisnotime
changed the title
[Questio]: Multiple RDS/Database instances
[Question]: Multiple RDS/Database instances
Nov 19, 2023
Hello,
I have been conducting experiments with various annotations and deployments, yet I am encountering difficulties in implementing multiple databases.
Specifically, I am managing two external RDS PostgreSQL instances and aim to effectively administer both.
My approach involved creating the operator twice in distinct namespaces, but this resulted in an error attributed to CRD duplication. Could someone kindly provide an example or guidance on utilizing the operator with multiple external 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.
The text was updated successfully, but these errors were encountered: