Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helm ignore file temp example #1460

Open
Magnus010 opened this issue May 4, 2023 · 0 comments
Open

Helm ignore file temp example #1460

Magnus010 opened this issue May 4, 2023 · 0 comments

Comments

@Magnus010
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant