Helm Chart README: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Helm Concepts - Chart Layout")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
* https://helm.sh/docs/topics/charts/#chart-license-readme-and-notes
=Internal=
=Internal=


* [[Helm_Concepts#Chart_Layout|Helm Concepts - Chart Layout]]
* [[Helm_Concepts#README|Helm Concepts - Chart Layout]]
 
=Overview=
 
An optional human-readable README file. The file should be formatted in Markdown and it should generally contain:
* A description of the application or service the chart provides
* Any prerequisites or requirements to run the chart
* Descriptions of options in [[Helm Chart values.yaml|values.yaml]] and default values
* Any other information that may be relevant to the installation or configuration of the chart

Latest revision as of 19:23, 14 December 2019

External

Internal

Overview

An optional human-readable README file. The file should be formatted in Markdown and it should generally contain:

  • A description of the application or service the chart provides
  • Any prerequisites or requirements to run the chart
  • Descriptions of options in values.yaml and default values
  • Any other information that may be relevant to the installation or configuration of the chart