Chart Structure
This is a general synopsis about the structure of Truecharts Helm Charts.
The following files are generally considered to be a “normal” Helm chart:
charts/<train>/<chart name>/ Chart.yaml # Required Helm chart information file README.md # Optional: Helm Readme file (autogenerated) templates/ # A directory of templates that, when combined with values.yml will generate K8s YAML docs/ # Optional: A directory for any chart specific documentation ci/ # Optional: A directory for any ci-specific values for testing values.yaml # The default configuration values for this chart
See the upstream Helm chart developer reference for a complete walk through of developing charts.