Notes
Appears in
.Values.notes
notes
Define values for NOTES.txt
Key | notes |
Type | map |
Required | ❌ |
Helm tpl | ❌ |
Default | {} |
Example
notes: {}
header
Define header
Key | notes.header |
Type | string |
Required | ❌ |
Helm tpl | ✅ |
Default
header: | # Welcome to TrueCharts! Thank you for installing <{{ .Chart.Name }}>.
Example
notes: header: ""
custom
Define custom message, this go between header and footer
Key | notes.custom |
Type | string |
Required | ❌ |
Helm tpl | ✅ |
Default | "" |
Example
notes: custom: ""
footer
Define footer
Key | notes.footer |
Type | string |
Required | ❌ |
Helm tpl | ✅ |
Default
footer: | # Documentation Documentation for this chart can be found at ... # Bug reports If you find a bug in this chart, please file an issue at ...
Example
notes: footer: ""
Full Examples
notes: custom: | This is a custom message