Helm - view generated values from multiple value files

Viewed 13

I have multiple values file that Helm will merge together. I'd like to see the resulting values file but I'm not sure how I would do that.

I could run this command and this would result in the generated manifests, but I really just want to see the resulting values file instead.

helm template . -f values.yaml -f values-prod.yaml
0 Answers
Related