Helm Chart NOTES.txt: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
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 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. 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 20:22, 28 August 2019
External
Internal
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 template, and can be used to display usage notes, next steps, etc.