I am having an issue pulling my container images from a private registry in Azure. I have created a secret in my project, and I have referenced that secret in my deployment yaml. The error I get is
rpc error: code = Unknown desc = Error response from daemon: Get https://MyRegistry.azurecr.io/v2/portal/manifests/latest: unauthorized: authentication required
I can log into docker using the username/password stored in the secret, so I am a bit confused as to where to look or what to do.
Any ideas?