Skip to content

Commit

Permalink
There is no any error/warning notification when Helm Chart cannot be …
Browse files Browse the repository at this point in the history
…installed #4172

Fixes: #4172

Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
  • Loading branch information
vrubezhny committed Jun 17, 2024
1 parent 6196f2c commit ad8bedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helm/helm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export async function installHelmChart(
): Promise<CliExitData> {
await syncHelmRepo(repoName);
return await CliChannel.getInstance().executeTool(
HelmCommands.installHelmChart(name, repoName, chartName, version), undefined, false
HelmCommands.installHelmChart(name, repoName, chartName, version)
);
}

Expand Down

0 comments on commit ad8bedd

Please sign in to comment.