mirror of
https://github.com/helm/helm.git
synced 2026-03-01 21:11:06 -05:00
Merge pull request #800 from technosophos/fix/797-optional-directories
fix(docs): mark templates and charts directories optional
This commit is contained in:
commit
30a67dfa2d
1 changed files with 2 additions and 2 deletions
|
|
@ -26,8 +26,8 @@ wordpress/
|
|||
LICENSE # OPTIONAL: A plain text file containing the license for the chart
|
||||
README.md # OPTIONAL: A human-readable README file
|
||||
values.yaml # The default configuration values for this chart
|
||||
charts/ # A directory containing any charts upon which this chart depends.
|
||||
templates/ # A directory of templates that, when combined with values,
|
||||
charts/ # OPTIONAL: A directory containing any charts upon which this chart depends.
|
||||
templates/ # OPTIONAL: A directory of templates that, when combined with values,
|
||||
# will generate valid Kubernetes manifest files.
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue