You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`# Match any file under subdir matching temp* /temp
//temp*`
These lines caused our nested Helm charts to not render correctly as the //temp* matched the subchart templates folder. Took quite a bit of head scratching to figure this out.
Thank you!
The text was updated successfully, but these errors were encountered:
In the .helmignore file example (https://helm.sh/docs/chart_template_guide/helm_ignore_file/), there are a couple of lines in the example file that caused issues in our nested Helm charts:
`# Match any file under subdir matching temp*
/temp
//temp*`
These lines caused our nested Helm charts to not render correctly as the //temp* matched the subchart templates folder. Took quite a bit of head scratching to figure this out.
Thank you!
The text was updated successfully, but these errors were encountered: