Vadym Maltsev
02/06/2025, 5:39 PMkapa.ai
02/06/2025, 5:40 PMJOB_KUBE_LABELS
configuration in the Helm chart values. Here's how you can do it: 1. In your Helm chart values file, locate the jobs
section under global
. 2. Within the jobs.kube
subsection, you can specify custom labels using the labels
field. Here's an example of how you might configure this: yaml global: jobs: kube: labels: label1: test label2: airbyte-worker-pods
These labels will be applied to the Kubernetes pods created for sync jobs. It's worth noting that while this configuration exists, there have been some issues reported with its implementation. According to [this GitHub issue](https://github.com/airbytehq/airbyte/issues/33068), some users have experienced problems where the labels specified in the Helm values configuration were not being applied to dynamically created job pods. If you encounter similar issues, it might be worth checking the latest Airbyte documentation or reaching out to the Airbyte community for the most up-to-date information on this feature's status and any potential workarounds. [GitHub Issue: Transient (Job sync) pods don't get populate labels from JOB_KUBE_LABELS env.](https://github.com/airbytehq/airbyte/issues/33068)