Deploy from gcp image container registry

I have my GCP project with an image container registry. I created a service account and export its credentials to a json file. How can I set up microk8s to use image from gcp image container registry? Thanks!

You can add imagePullSecrets to tell pods to use that secret for pulling the images.