Skip to content

Commit

Permalink
Ignore status fields during drift detection (rancher#2522)
Browse files Browse the repository at this point in the history
  • Loading branch information
aruiz14 authored and Tommy12789 committed Jun 26, 2024
1 parent c220a0d commit cbc80a3
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 cbc80a3

Please sign in to comment.