fix helm install (#10479)

pull/10459/head^2
Prabhat Khera 1 year ago committed by GitHub
parent 07ec2ffe5e
commit 35448c7f48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,8 +40,4 @@ export default class HelmTemplatesListController {
this.updateCategories();
}
}
$onInit() {
return this.$async();
}
}

@ -82,7 +82,7 @@
<button
type="button"
class="btn btn-primary btn-sm !ml-0"
ng-disabled="!($ctrl.stackName && $ctrl.state.resourcePool && !$ctrl.state.loadingValues && !$ctrl.state.actionInProgress)"
ng-disabled="!$ctrl.state.resourcePool || $ctrl.state.loadingValues || $ctrl.state.actionInProgress"
ng-click="$ctrl.installHelmchart()"
button-spinner="$ctrl.state.actionInProgress"
data-cy="helm-install"

Loading…
Cancel
Save