Helm Chart NOTES.txt: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 9: Line 9:
=Overview=
=Overview=


An optional plain text file placed in the 'templates' directory, containing usage notes. The content of this file will be printed at stdout by [[helm install]] after installation, and when viewing the status of the release with [[helm status]]. The file is evaluated as a [[Helm_Concepts#Template|template]], and can be used to display usage notes, next steps, etc.
An optional plain text file placed in the 'templates' directory, containing usage notes. It can be thought of as the "help text" for the chart. The content of this file will be printed at stdout by [[helm install]] after installation, and when viewing the status of the release with [[helm status]]. The file is evaluated as a [[Helm_Concepts#Template|template]], and can be used to display usage notes, next steps, etc.

Revision as of 02:24, 29 August 2019

External

Internal

Overview

An optional plain text file placed in the 'templates' directory, containing usage notes. It can be thought of as the "help text" for the chart. The content of this file will be printed at stdout by helm install after installation, and when viewing the status of the release with helm status. The file is evaluated as a template, and can be used to display usage notes, next steps, etc.