From 35448c7f48be4d4855159baf12142ba85a3c52c2 Mon Sep 17 00:00:00 2001 From: Prabhat Khera <91852476+prabhat-org@users.noreply.github.com> Date: Tue, 17 Oct 2023 07:50:13 +1300 Subject: [PATCH] fix helm install (#10479) --- .../helm-templates-list/helm-templates-list.controller.js | 4 ---- .../components/helm/helm-templates/helm-templates.html | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/app/kubernetes/components/helm/helm-templates/helm-templates-list/helm-templates-list.controller.js b/app/kubernetes/components/helm/helm-templates/helm-templates-list/helm-templates-list.controller.js index cf7998f53..9ba2a579d 100644 --- a/app/kubernetes/components/helm/helm-templates/helm-templates-list/helm-templates-list.controller.js +++ b/app/kubernetes/components/helm/helm-templates/helm-templates-list/helm-templates-list.controller.js @@ -40,8 +40,4 @@ export default class HelmTemplatesListController { this.updateCategories(); } } - - $onInit() { - return this.$async(); - } } diff --git a/app/kubernetes/components/helm/helm-templates/helm-templates.html b/app/kubernetes/components/helm/helm-templates/helm-templates.html index 166225041..521c9050d 100644 --- a/app/kubernetes/components/helm/helm-templates/helm-templates.html +++ b/app/kubernetes/components/helm/helm-templates/helm-templates.html @@ -82,7 +82,7 @@