1.7 KiB
1.7 KiB
title
| title |
|---|
| Notes |
:::note
- Examples under each key are only to be used as a placement guide
- See the Full Examples section for complete examples.
:::
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