How to create multiple values files inside helm chart?

1 · Rahul Wagh · April 23, 2021, midnight
Summary
Helm Chart is a very feature-rich framework when you are working with complex Kubernetes cluster and deployment. Helm chart provides a very convenient way to pass values.yaml and use it inside your Helm Chart. But for this article, we will focus on - How to create multiple values files inside the helm chart? Click on the blog post if you want to know more about How to pass environment variables inside your helm chart ?...