Skip to content

Commit e57001e

Browse files
fixing issue with WKO install check (#190)
1 parent 25c9583 commit e57001e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webui/src/js/utils/wko-installer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ function(WkoActionsBase, project, wktConsole, i18n, projectIo, dialogHelper, val
169169

170170
async checkOperatorIsInstalled(kubectlExe, kubectlOptions, helmReleaseName, operatorNamespace, errTitle, errPrefix) {
171171
try {
172-
const isInstalledResults = await window.api.ipc.invoke('is-wko-installed', kubectlExe, helmReleaseName, operatorNamespace, kubectlOptions);
172+
const isInstalledResults = await window.api.ipc.invoke('is-wko-installed', kubectlExe, operatorNamespace, kubectlOptions);
173173

174174
if (isInstalledResults.isInstalled) {
175175
dialogHelper.closeBusyDialog();

0 commit comments

Comments
 (0)