Trouble deploying Airbyte community version on Kubernetes via Terraform with external database

Summary

User is facing issues deploying Airbyte community version on Kubernetes via Terraform with an external database. Specifically, having trouble defining the externalDatabase parameters in values.yaml.


Question

Hi guys, how are you?

I’m trying to deploy the community version of Airbyte on Kubernetes via terraform, but I’m facing some problems.
To use an external database, the documentation says that I need to define the externalDatabase parameters, but it doesn’t seem to be working in my case. Could anyone give me guidance on the correct use of the chart’s values.yaml parameters? ty :smile:

  • I’m using chart version “0.50.13”


This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["deploy", "airbyte-community", "kubernetes", "terraform", "external-database", "values.yaml"]

If possible, just use the latest version 0.429.0 or one older 0.422.2. It will be less mismatch with documentation.
If you’re using older charts, you need to check code, just to be sure if it’s supported or not.

  1. clone repository https://github.com/airbytehq/helm-charts.git
  2. extract airbyte-0.50.13.tgz (tar xzf airbyte-0.50.13.tgz)
  3. check values.yamlin extracted airbyte folder

<@U05JENRCF7C> Which version do you recommend I use?