Hi, I have a problem with my k3d cluster in github codespaces (based on this template
https://github.com/cse-labs/kubernetes-in-codespaces). I'm setting the cluster up using terraform and the setup is supposed to pull images from a private azure registry. This works perfectly fine on my local machine with docker-desktop as kubernetes cluster and the registry credentials provided to terraform. However, with k3d the cluster/pods cannot pull the images, there it says "authorization required". How can I pass the credentials to k3d (or make k3d use the credentials supplied via terraform config, just like docker-desktop does)?