- Is this your first time deploying Airbyte?: No / Yes
- OS Version / Instance: AWS EKS
- Memory / Disk: 10gb/100GB
- Deployment: Helm - Kubernetes
- Airbyte Version: 0.50.1.
Hello, I am performing Airbyte setup for the first time. I made adjustments to the values file in the charts/airbyte/values.yaml folder. But when I go to make the necessary modifications in the database field and extra_vars simply the unmodified values. I would like to understand what the values are DeployMode=oss I don’t know if it has to do with not modifying the env of the configmap.
Exemple:
global:
#Service Account Airbyte
serviceAccountName: &service-account-name “airbyte-admin”
deploymentMode – Deployment mode, whether or not render the default env vars and volumes in deployment spec
deploymentMode: “oss”
env_vars:
database:
secretName: “airbyte-rds”
secretValue: “rds-airbyte”
host: “xxx-xxxx.xxxx.sa-east-1.rds.amazonaws.com”
port: “5432”