-
Notifications
You must be signed in to change notification settings - Fork 819
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
Add .helmignore to Helm chart #168
Comments
Just so I understand this properly - what is the exact purpose of a .helmignore file? Where would it go in the repo? @enocom I think you mentioned this as well. I couldn't find any specific docs on this other than this single reference. |
Sorry, I got this wrong, it was @Kuqd who mention this in chat yesterday. |
What do we have to ignore ? |
The .helmignore is to prevent parsing non helm chart related files in the project workspace and sending them to Tiller. This becomes especially important for generated builds or large asset files, because you might encounter the famous
or
error message when running helm commands (e.g |
There is nothing to ignore so far. Should we close and reopen if required? |
I guess it wouldn't hurt to add the default ignore file generated by helm itself:
|
To ignore common files like in this chart
The text was updated successfully, but these errors were encountered: