-
Notifications
You must be signed in to change notification settings - Fork 5k
Open
Labels
area/platform-ossautoteamcommunityfrozenNot being actively worked onNot being actively worked onhelmhelp-welcomeAccepting external contributionsAccepting external contributionsteam/platform-movetype/enhancementNew feature or requestNew feature or request
Description
Tell us about the problem you're trying to solve
I'm willing to use the same postgresql instance/RDS for multiple Airbyte deployments.
To achieve this I have to preconfigure the databases such as airbte_db_1 airbte_db_2.
But - its not the only dependency, Airbyte deployment requires temporal_visibility and temporal databases as well ,but I can't preconfigure these when using helm chart deployment.
Describe the solution you’d like
I'd like to have configuration sections for these databases just like the configuration for externaldatabase:
externalTemporalDatabase:
host: localhost
user:
password: ""
existingSecret: ""
existingSecretPasswordKey: ""
database: airbyte_temporal_1
port:
externalTemporalVisibilityDatabase:
host: localhost
user:
password: ""
existingSecret: ""
existingSecretPasswordKey: ""
database: airbyte_temporal_vis_1
port:
Tolsto, IgSaf, mlaigre, Anton-Shutik, CamiloAtencio and 8 moreAnton-Shutik and enthal
Metadata
Metadata
Assignees
Labels
area/platform-ossautoteamcommunityfrozenNot being actively worked onNot being actively worked onhelmhelp-welcomeAccepting external contributionsAccepting external contributionsteam/platform-movetype/enhancementNew feature or requestNew feature or request