Skip to content

Commit

Permalink
fix: remove redundant namespace change
Browse files Browse the repository at this point in the history
Signed-off-by: Thorben Below <56894536+thorbenbelow@users.noreply.github.com>
  • Loading branch information
thorbenbelow committed May 11, 2024
1 parent e4d4c0b commit 6064dc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/dao/helm_chart.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6064dc4

Please sign in to comment.