-
Notifications
You must be signed in to change notification settings - Fork 11
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 required #21
Comments
@james-callahan thanks for reporting the issue. khelm uses the Would it solve your case to set the env var |
Somewhat; I think it only really helps if I could create it every invocation. |
Why do you think it would be disadvantageous if the Also I noticed that the original Helm code writes pretty much every file in a non-atomic manner. Therefore, if you kill Helm while it is writing a file, it will crash permanently every subsequent call until you manually remove the corrupted file. As you can see I've put a lot of brain cells into making khelm not only faster and easier to use than Helm but also more consistent and resilient 😉. Does this explanation eliminate your anxiety? |
If this is still an issue, feel free to reopen. |
Describe the bug
khelm for helm2 seems to require a writable
~/.helm
directoryExpected behavior
Not try to create a directory in
$HOME
.... or anywhere outside of a temporary directory in e.g./tmp
I don't expect it to have any persistence.
khelm version:
1.0.0-beta.5-e73b021 (helm 2.17.0)
Desktop (please complete the following information):
Additional context
This was encountered when run as a kustomize plugin.
The text was updated successfully, but these errors were encountered: