Image Pull Secrets
This page describes how to ensure that your customers can access your private containers.
In order to ensure that your customer’s deployments are allowed to fetch your images, we create a new Kubernetes secret named mm-registry-creds
with customer-specific docker credentials in the default namespace. Below is an example of how to use imagePullSecrets
in a Deployment to ensure that you can pull from your private container registry:
Last updated