https://linen.dev logo
r

Renzo B

02/03/2022, 9:18 PM
Does anyone know how I can specify (in the helm chart) image URIs for 
JOB_POD_SOCAT_IMAGE
 , 
JOB_POD_BUSYBOX_IMAGE
 , 
JOB_POD_CURL_IMAGE
  ? (deployment: K8s/ helm chart -- 0.33.15-alpha)
👀 1
a

Augustin Lafanechere (Airbyte)

02/04/2022, 3:03 PM
Hi @Renzo B we renamed these variables to
JOB_KUBE_*
and not
JOB_POD_*
You need to add your custom values for this environment variable in
charts/airbyte/templates/env-configmap.yaml
And then map these to the worker pod in
charts/airbyte/templates/worker/deployment.yaml
r

Renzo B

02/11/2022, 7:40 PM
@Augustin Lafanechere (Airbyte) Thank you!!!
2 Views