Hi All, is there any private docker registry setu...
# ask-community-for-troubleshooting
v
Hi All, is there any private docker registry setup we can do for airbyte new connection setup ? We deployed in K8s
m
Can you explain more about your use case? You want to create connector and push to private registry?
v
Copy code
Set the JOB_KUBE_MAIN_CONTAINER_IMAGE_PULL_SECRET environment variable on the airbyte-worker pod. The value must be the name of your previously created Kubernetes Secret.
above is the one I have applied. It got fixed . Thanks
c
Which type must the secret have? kubernetes.io/dockerconfigjson? Because when I set JOB_KUBE_MAIN_CONTAINER_IMAGE_PULL_SECRET to the secrets name, this still does not work. Where do u set it in values.yaml? worker.extraEnv?