mirror of
https://github.com/helm/helm.git
synced 2026-03-02 05:21:15 -05:00
Template paths were relative to the chart that contained them, which meant that all templates were named 'template/SOMETHING'. This made it trivially easy to hit namespace collisions as in #933. Template path names are essentially opaque strings so this patch simply changes them to be qualified by parent chart. |
||
|---|---|---|
| .. | ||
| chartutil | ||
| client | ||
| engine | ||
| helm | ||
| ignore | ||
| kube | ||
| lint | ||
| proto/hapi | ||
| repo | ||
| storage | ||
| timeconv | ||
| version | ||