mirror of
https://github.com/helm/helm.git
synced 2026-02-13 15:55:03 -05:00
ref(chartutil): move chart loading out of chartutil into new package
add chart loader interface to allow lazy loading
feat(chart): create chart accessors
ref(*): cleanup requirements
ref(tiller): remove optional template engines
ref(tiller): simplify sorting releases and hooks
ref(*): code simplification
ref(hapi): move chart package out of hapi
ref(chart): add requirements and lock to Chart struct
6 lines
97 B
YAML
6 lines
97 B
YAML
# A values file contains configuration.
|
|
|
|
name: "Some Name"
|
|
|
|
section:
|
|
name: "Name in a section"
|