We have some legacy helm charts with templates in our git repo. They are in a sub directory.
When I try to create or set a setter, kpt errors out trying to parse one of the helm chart yaml's (which of course is not valid yaml due to Go templating - the joys of Helm, sigh...)
I thought I'd stick a skeleton Kptfile in that directory to see if that would short circuit kpt going into that directory - but it doesn't seem to work.
Any suggestions?
I gather that any yaml file in git must be valid yaml? (no templating..)