Skip to content

Commit 8e7a963

Browse files
committed
There is no any error/warning notification when Helm Chart cannot be installed #4172
Fixes: #4172 Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
1 parent 9b31a67 commit 8e7a963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helm/helm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export async function installHelmChart(
7878
): Promise<CliExitData> {
7979
await syncHelmRepo(repoName);
8080
return await CliChannel.getInstance().executeTool(
81-
HelmCommands.installHelmChart(name, repoName, chartName, version), undefined, false
81+
HelmCommands.installHelmChart(name, repoName, chartName, version), undefined, true
8282
);
8383
}
8484

0 commit comments

Comments
 (0)