Merge pull request #2766 from lvdh/fix/docs-chars-file-structure

Add requirements.yaml to Charts file structure
pull/2785/head
Justin Scott 7 years ago committed by GitHub
commit ee41bbf369

@ -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…
Cancel
Save