We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8437377 commit 4e48985Copy full SHA for 4e48985
README.md
@@ -82,6 +82,7 @@ The templates generated by the tool are shown below, and can be included in your
82
| Name | Description |
83
|------|-------------|
84
| chart.header | The main heading of the generated markdown file |
85
+| chart.name | The _name_ field from the chart's `Chart.yaml` file |
86
| chart.deprecationWarning | A deprecation warning which is displayed when the _deprecated_ field from the chart's `Chart.yaml` file is `true` |
87
| chart.description | A description line containing the _description_ field from the chart's `Chart.yaml` file, or "" if that field is not set |
88
| chart.version | The _version_ field from the chart's `Chart.yaml` file |
0 commit comments