Environment variables are, besides config files, a widespread way to configure applications deployed to Kubernetes. So any Helm chart developer should give chart users the ability to add their own environment variables to customize an application deployment. In the following sections, an API is developed supporting Helm values coalescence as…