careful-address-89803
07/07/2022, 3:52 AM[INFO] values.yaml: file does not exist
[WARNING] templates/: directory not found
but they're definitely there (created with a helm init foo
, and helm lint foo
works fine). I think those files should be pulled in through a sourcesfield [here](https://github.com/pantsbuild/pants/blob/5430176e16bf68b2cc291698036ddca182cf0769/src/python/pants/backend/helm/target_types.py#L109)
Can someone confirm that the helm plugin is working, it should be working with just helm_chart()
in the BUILD file and I shouldn't need to add anything? Or those files aren't pulled in automatically and it's more like docker, where I need to add a dependency on a file
target?
This is working directly out of source files on this commit, 2.14.0.dev1