Is there a way to annotate worker pods? for ex: `d...
# ask-community-for-troubleshooting
e
Is there a way to annotate worker pods? for ex:
destination-snowflake-check-5344-0-kgvhe
We are using the helm chart and are already annotating the worker, but not the "worker-pods". How can this be achieved?
plus1 1
a
See https://docs.airbyte.com/operator-guides/configuring-airbyte/#kubernetes-only - looks like
JOB_KUBE_ANNOTATIONS
will do the trick. You'll want to set that env var on the airbyte-worker container
e
Got it. Thanks!