Skip to content

Commit

Permalink
Added log
Browse files Browse the repository at this point in the history
Signed-off-by: Suleiman Dibirov <[email protected]>
  • Loading branch information
idsulik committed Sep 6, 2024
1 parent 454798b commit f3adb33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/skaffold/deploy/helm/helm.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ func (h *Deployer) Deploy(ctx context.Context, out io.Writer, builds []graph.Art
g, ctx := errgroup.WithContext(ctx)
if h.Concurrency != nil && *h.Concurrency > 0 {
g.SetLimit(*h.Concurrency)

olog.Entry(ctx).Infof("Installing %d releases concurrently with a limit of %d", len(h.Releases), *h.Concurrency)
}
var mu sync2.Mutex

Expand Down

0 comments on commit f3adb33

Please sign in to comment.