Hello, I have my private image on AWS ECR. I have created a new IAM role that can pull that image and I have fulfilled those credentials inside the template. However, when I run a pod I'm getting some errors:
error pulling image: Error response from daemon: unauthorized: Not Authorized
error pulling image: Error response from daemon: unauthorized: Not Authorized
What's the correct way to pull images form AWS ECR?