I have few set of Environment variables set in all the deployment files in Helm chart. I have set it up these Environment variables again and again. Is there any way in helm chart to set those Env for all the pods. so that I can remove it from my deployment files.
These deployment files has different docker image but few variables such as database_url , some cert locations etc are same for all.
Can I used configMap for this purpose?