mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Merge pull request #2766 from lvdh/fix/docs-chars-file-structure
Add requirements.yaml to Charts file structure
This commit is contained in:
commit
ee41bbf369
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ wordpress/
|
|||
Chart.yaml # A YAML file containing information about the chart
|
||||
LICENSE # OPTIONAL: A plain text file containing the license for the chart
|
||||
README.md # OPTIONAL: A human-readable README file
|
||||
requirements.yaml # OPTIONAL: A YAML file listing dependencies for the chart
|
||||
values.yaml # The default configuration values for this chart
|
||||
charts/ # OPTIONAL: A directory containing any charts upon which this chart depends.
|
||||
templates/ # OPTIONAL: A directory of templates that, when combined with values,
|
||||
|
|
|
|||
Loading…
Reference in a new issue