We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86199a8 commit f27e1e8Copy full SHA for f27e1e8
webui/src/js/utils/k8s-domain-deployer.js
@@ -84,7 +84,7 @@ function (K8sDomainActionsBase, project, wktConsole, i18n, projectIo, dialogHelp
84
const operatorName = this.project.wko.wkoDeployName.value;
85
const operatorNamespace = this.project.wko.k8sNamespace.value;
86
busyDialogMessage = i18n.t('flow-checking-operator-installed-in-progress',
87
- {operatorName: operatorName, Namespace: operatorNamespace});
+ {operatorName: operatorName, operatorNamespace: operatorNamespace});
88
dialogHelper.updateBusyDialog(busyDialogMessage, 4 / totalSteps);
89
if (!options.skipCheckOperatorAlreadyInstalled) {
90
if (! await this.checkOperatorIsInstalled(kubectlExe, kubectlOptions, operatorName, operatorNamespace, errTitle)) {
0 commit comments