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
In a Postgres database cluster we can have multiple databases, e.g. per application/service. By default a cluster is created with a single database called defaultdb, but additional databases can be created via the control panel or doctl.
When using the DatabaseClusterReference I have not found a way to specify a specific database and hence the created configmaps reference defaultdb.
Is there a way to change this?
The text was updated successfully, but these errors were encountered:
i'm currently experiencing the same issue as you @hseeberger. i can update the config map called: <redacted>-database-reference-private-connection using lens. It points to the database i have created through the digital ocean Users & Databases tab. but if i restart the pod referencing the config map it always resets it's value to point to defaultdb
In a Postgres database cluster we can have multiple databases, e.g. per application/service. By default a cluster is created with a single database called defaultdb, but additional databases can be created via the control panel or doctl.
When using the DatabaseClusterReference I have not found a way to specify a specific database and hence the created configmaps reference defaultdb.
Is there a way to change this?
The text was updated successfully, but these errors were encountered: