Helm show: Difference between revisions
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
helm inspect values <''chart-name''> | helm inspect values <''chart-name''> | ||
For more details on chart configuration see: {{Internal|Helm_Concepts#Configuration|Helm Configuration}} |
Revision as of 21:25, 24 September 2019
External
Internal
Overview
Content of values.yaml
Display the content of the values.yaml file. The command simply dumps the file at stdout.
helm inspect values <chart-name>
For more details on chart configuration see: