Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save amaurybsouza/4ea13d5446ee0eed1a003b21a618170c to your computer and use it in GitHub Desktop.
Save amaurybsouza/4ea13d5446ee0eed1a003b21a618170c to your computer and use it in GitHub Desktop.
helm_structure_description
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