mirror of
https://github.com/helm/helm.git
synced 2026-04-14 05:16:40 -04:00
When the engine stored templates in the map the keys were generated based on path and not filepath. filepath was being used in the linter when retrieving content from the keys. On Windows the keys ended up being different. This change is to use path joins to create the lookup key. Since the name path was used in the code it needed to be changed in order to import the package. Tests already exist and were failing on windows. This got in because CI is not run on Windows. Closes #6418 Signed-off-by: Matt Farina <matt@mattfarina.com> |
||
|---|---|---|
| .. | ||
| action | ||
| chart | ||
| chartutil | ||
| cli | ||
| downloader | ||
| engine | ||
| gates | ||
| getter | ||
| helmpath | ||
| kube | ||
| lint | ||
| plugin | ||
| postrender | ||
| provenance | ||
| release | ||
| releaseutil | ||
| repo | ||
| storage | ||
| strvals | ||
| time | ||