we have 9 microservices in our application. In this all the services have same yaml manifest file(deployment, service and configmap(to supply environment variable to containers)).
But when we try to get it as helm template. We couldn't able to pass different environment variable for different services.
We have been using same template by having different values.yaml file for different service. Is there any way to support different environment variables using same configmap.