enabled: false
global:
database:
secretName: "airbyte-config-secrets"
host: "database-host"
port: "database-port"
database: "database-name"
userSecretKey: "database-user"
passwordSecretKey: "database-password"```
the current chart is not reading host, port and database from the secret you must provide the correct value in there.
Gotcha, thanks <@U01MMSDJGC9>. The https://docs.airbyte.com/deploying-airbyte/integrations/database#values|docs stated that I can override them with the secret, so maybe that’s outdated?
outdated, working to fix that.
Amazing. While I have you here, any ideas on my parallelism/scaling issue?
Looks like the docs are still out of date after the 1.0 release?