Error response from daemon: unauthorized: unauthorized to access repository:

Hi,

I am running a prefect server and kuberenetes worker in Minikube using the helm chart. I can see the worker and workpool are online. I have created a flow and using the deploy() function been able to create a deployment and push the image to a private harbor container repository.

However, the issue arises when I attempt to run the deployment. The worker attempts to pull the image but I get “Error: ErrImagePull” due to “Error response from daemon: unauthorized: unauthorized to access repository:”

How do I authorise prefect to pull images from my private docker repository?

Any advice is greatly appreciated,

Thanks