#33068·airbyte

Transient (Job sync) pods don't get populate labels from JOB_KUBE_LABELS env.

Author: ilyasemenov84Created Dec 4, 2023Updated Sep 15, 2026
Labelstype/bugarea/platformcommunityteam/platform-move

What method are you using to run Airbyte?

Kubernetes

Platform Version or Helm Chart Version

0.50.3

What step the error happened?

During the Sync

Revelant information

JOB_KUBE_LABELS exist in the configMap: JOB_KUBE_LABELS: component_id=data_app_airbyte1 JOB_KUBE_LABELS env being populated as the env var in worker's deployment: JOB_KUBE_LABELS=component_id=data_app_airbyte1 But the sync job pods (check source/destination, read, normalize, write, etc.) don't pick it up and it's missing in the POD's labels.

Relevant log output

n/a