Summary
User is seeking guidance on customizing the Airbyte deployment in Kubernetes using Helm, specifically regarding worker configuration through the values.yaml file.
Question
Hello,
We are deploying airbyte in k8s using kind following your https://docs.airbyte.com/deploying-airbyte/|documentation. All is working fine but now we would like to further customize our deployment, in particular worker configuration. How can we do this using the helm values.yaml
file?
We tried adding the following section to the values.yaml file to configure the value of MAX_SYNC_WORKERS
but it did not work:
extraEnvs:
- name: MAX_SYNC_WORKERS
value: "${max_nb_workers}"```
We are checking the value using the command: `kubectl get configmap -n airbyte airbyte-airbyte-env -o yaml | grep MAX_SYNC_WORKERS`
<br>
---
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1733903537988769) if you want
to access the original thread.
[Join the conversation on Slack](https://slack.airbyte.com)
<sub>
['kubernetes', 'helm', 'values.yaml', 'worker-configuration', 'max-sync-workers']
</sub>