Skip to content

Notes

Appears in

  • .Values.notes

notes

Define values for NOTES.txt

Keynotes
Typemap
Required
Helm tpl
Default{}

Example

notes: {}

Define header

Keynotes.header
Typestring
Required
Helm tpl

Default

header: |
# Welcome to SCALE
Thank you for installing <{{ .Chart.Name }}>.

Example

notes:
header: ""

custom

Define custom message, this go between header and footer

Keynotes.custom
Typestring
Required
Helm tpl
Default""

Example

notes:
custom: ""

Define footer

Keynotes.footer
Typestring
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