Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
kvstore68 committed Jul 14, 2022
1 parent 71af6c1 commit caf8a23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cluster/manager/scale_in.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func (m *Manager) ScaleIn(
}
}

_, err = topo.TLSConfig(m.specManager.Path(name, spec.TLSCertKeyDir))
tlsCfg, err := topo.TLSConfig(m.specManager.Path(name, spec.TLSCertKeyDir))
if err != nil {
return err
}
Expand All @@ -119,7 +119,7 @@ func (m *Manager) ScaleIn(
return err
}

// scale(b, metadata, tlsCfg)
scale(b, metadata, tlsCfg)

t := b.
ParallelStep("+ Refresh instance configs", force, regenConfigTasks...).
Expand Down

0 comments on commit caf8a23

Please sign in to comment.