How to set environment related values.yaml in Helm subcharts?
问题 I am currently deploying my applications in a Kubernetes cluster using Helm. Now I also need to be able to modify some parameter in the values.yaml file for different environments. For simple charts with only one level this is easy by having different values-local.yaml and values-prod.yaml and add this to the helm install flag, e.g. helm install --values values-local.yaml . But if I have a second layer of subcharts, which also need to distinguish the values between multiple environments, I