-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Use system helm instead the packaged one #2215
Comments
Do you mean a setting similar to the one for kubectl or an option for not bundling helm3 with Lens? |
Now I'm building package without helm using this:
But the only method that I found to avoid to have a copy of helm with lens is make a symlink into You can see my hack in Arch Linux pkgbuild. |
Using built-in helm on M1 mac results an error:
Standalone helm works fine. |
@jakolehm Can you investigate the "bad CPU type" issue? |
This is caused because M1 has ARM architecure and in you must package the x86_64 binary in Lens. |
What would you like to be added:
A new config entry to set the path to helm binary.
Why is this needed:
Because you can provide more tiny application that don't need to include a 47MB binary.
Environment you are Lens application on:
The text was updated successfully, but these errors were encountered: