Skip to content

Commit

Permalink
fixing : Error creating two Bundles with the same release name in two…
Browse files Browse the repository at this point in the history
… different namespaces
  • Loading branch information
Tommy12789 committed Jun 24, 2024
1 parent 6fa6a0a commit 40fd904
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/helmdeployer/deployer.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,6 @@ func (h *Helm) getCfg(ctx context.Context, namespace, serviceAccountName string)
getter = h.getter
)

if h.useGlobalCfg {
return h.globalCfg, nil
}

serviceAccountNamespace, serviceAccountName, err := h.getServiceAccount(ctx, serviceAccountName)
if err != nil {
return cfg, err
Expand Down

0 comments on commit 40fd904

Please sign in to comment.