mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix cluster connection failing after execHelm (#5432)
This commit is contained in:
parent
518808f254
commit
0b971e87b1
@ -17,7 +17,7 @@ export async function execHelm(args: string[], options?: BaseEncodingOptions & E
|
||||
try {
|
||||
const opts = { ...options };
|
||||
|
||||
opts.env ??= process.env;
|
||||
opts.env ??= { ...process.env };
|
||||
|
||||
if (!opts.env.HTTPS_PROXY && UserStore.getInstance().httpsProxy) {
|
||||
opts.env.HTTPS_PROXY = UserStore.getInstance().httpsProxy;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user