Helm show: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
=External=
* https://helm.sh/docs/helm/#helm-inspect


=Internal=
=Internal=


* [[Helm Operations#Commands|Helm Operations]]
* [[Helm Operations#show|Helm Operations]]
* [[Helm_Concepts#Chart_Operations|Helm Concepts]]
* [[Helm_Concepts#Chart_Operations|Helm Concepts]]


Line 14: Line 12:
{{External|https://helm.sh/docs/helm/#helm-inspect-values}}
{{External|https://helm.sh/docs/helm/#helm-inspect-values}}


Display the content of the [[Helm Chart values.yaml|values.yaml]] file.
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''>
  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

https://helm.sh/docs/helm/#helm-inspect-values

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:

Helm Configuration