diff --git a/internal/dao/helm_chart.go b/internal/dao/helm_chart.go index 22a8fd9d28..819a9c638a 100644 --- a/internal/dao/helm_chart.go +++ b/internal/dao/helm_chart.go @@ -124,7 +124,6 @@ func (h *HelmChart) Delete(_ context.Context, path string, _ *metav1.DeletionPro func (h *HelmChart) Uninstall(path string, keepHist bool) error { ns, n := client.Namespaced(path) flags := h.Client().Config().Flags() - flags.Namespace = &ns cfg, err := ensureHelmConfig(flags, ns) if err != nil { return err