How to maintain environment variables for C# application deployed in Kubernetes other than configmap?
Currently all environment variables for pod is passed from configmap. But due to increase in no.of microservices. It getting lot of env variables passed from variable group to configmap.Is there any way maximum env variables get from c# code itself. How large organizations with k8s implementation maintain env variables and no issue in deployment of microservices.