Howdy! Running airbyte in a k8s cluster. I am wond...
# kubernetes
a
Howdy! Running airbyte in a k8s cluster. I am wondering if there is a way to configure the k8s serviceaccount attached to the job pods invoked by the workers. Currently they use the “default” serviceAccount from the namespace defined in 
JOB_KUBE_NAMESPACE
 .
I was taking a look at the worker code and noticed several
JOB_KUBE_*
env variables, but there does not seem to be an service account config option … Is that correct ?
any takers ?
m
I think so @Andrew Popp the configuration of pods are limitated atm
a
Thanks.