Files
truecharts/charts/library/common/docs/notes.md
T
Kjeld Schouten 899cfb71b3 add common docs
2025-10-15 15:11:59 +02:00

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: ""

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