Helm show: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= * https://helm.sh/docs/helm/#helm-inspect =Internal= * Helm Operations * Helm Concepts =Overview=") |
No edit summary |
||
(7 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]] | ||
=Overview= | =Overview= | ||
=<span id='Configuration_Options'></span>Content of values.yaml= | |||
{{External|https://helm.sh/docs/helm/#helm-inspect-values}} | |||
Display the content of the [[Helm Chart values.yaml|values.yaml]] file. The command simply dumps the file at stdout. | |||
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: