How to configure private image registry(harbor in my case) in config.yaml

Hello!
Someone please have an example how to use harbor repo to pull docker image in config.yaml?

Thank you in advance!

I’m also looking into this. I see configuration options documented in Configuration Reference — Zero to JupyterHub with Kubernetes documentation but still figuring out how to put these together. I’ll share solutions if I figure out a working example…

Check out imagePullSecret in the z2jh configuration reference, it can create a k8s Secret that pods can reference via imagePullSecrets fields to get credentials to pull from private registries.