Created
June 30, 2022 09:43
-
-
Save amaurybsouza/4ea13d5446ee0eed1a003b21a618170c to your computer and use it in GitHub Desktop.
helm_structure_description
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
values.yaml # The default configuration values for this chart | |
values.schema.json # OPTIONAL: A JSON Schema for imposing a structure on the values.yaml file | |
charts/ # A directory containing any charts upon which this chart depends. | |
crds/ # Custom Resource Definitions | |
templates/ # A directory of templates that, when combined with values, | |
# will generate valid Kubernetes manifest files. | |
templates/NOTES.txt # OPTIONAL: A plain text file containing short usage notes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment