Helm show: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | =External= | ||
=Internal= | =Internal= | ||
* [[Helm Operations# | * [[Helm Operations#show|Helm Operations]] | ||
* [[Helm_Concepts#Chart_Operations|Helm Concepts]] | * [[Helm_Concepts#Chart_Operations|Helm Concepts]] | ||
Line 17: | Line 15: | ||
helm inspect values <''chart-name''> | helm inspect values <''chart-name''> | ||
For more details on chart configuration see: {{Internal|Helm_Concepts#Configuration|Helm Configuration}} |
Latest revision as of 20:41, 29 November 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: