Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: don't override imagepullpolicy on k8s
We should use the default cluster value for imagePullPolicy. This makes it easier to run the MFE with Minikube: https://minikube.sigs.k8s.io/docs/handbook/pushing/ > Tip 1: Remember to turn off the imagePullPolicy:Always (use > imagePullPolicy:IfNotPresent or imagePullPolicy:Never) in your yaml > file. Otherwise Kubernetes won’t use your locally build image and it > will pull from the network.
- Loading branch information