Let us say you have a system with 3 deployment environents (e.g. dev, uat, prod) and 10 services that need to share configuration that varies per environment, like database host URL etc.
Ideally, should define the environment config (databases and other infrastructure) once per environment, not 10 times on every service configmap.