Commit 5584e5c5 authored by Martin Hickey's avatar Martin Hickey Committed by Matthew Fisher
Browse files

Update chart doc with details about the license file (#4977)


Signed-off-by: default avatarMartin Hickey <martin.hickey@ie.ibm.com>
Showing with 8 additions and 1 deletion
+8 -1
...@@ -124,7 +124,14 @@ project is: ...@@ -124,7 +124,14 @@ project is:
## Chart LICENSE, README and NOTES ## Chart LICENSE, README and NOTES
Charts can also contain files that describe the installation, configuration, usage and license of a Charts can also contain files that describe the installation, configuration, usage and license of a
chart. A README for a chart should be formatted in Markdown (README.md), and should generally chart.
A LICENSE is a plain text file containing the [license](https://en.wikipedia.org/wiki/Software_license)
for the chart. The chart can contain a license as it may have programming logic in the templates and
would therefore not be configuration only. There can also be separate license(s) for the application
installed by the chart, if required.
A README for a chart should be formatted in Markdown (README.md), and should generally
contain: contain:
- A description of the application or service the chart provides - A description of the application or service the chart provides
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment