I want to ignore specifics files in subchart folder (because some objects, like secrets, are created by all my subchart, so duplicated...). I don't know the depth of these objects. So I want to use this syntax in .helmignore :
charts/**/myfile.yamlBut I got this error :
Error: double-star (**) syntax is not supportedHow can I do that in helm 3 ?