fix formatting
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Graeme Gillies <ggillies@gitlab.com>
This commit is contained in:
parent
9e4577cbc3
commit
f7dcd1367c
|
|
@ -238,9 +238,9 @@ func (t *Tracker) TrackResources(ctx context.Context, resources []*resource.Reso
|
|||
IgnoreLogs: !t.trackOptions.Logs,
|
||||
}
|
||||
|
||||
if t.trackOptions.Logs {
|
||||
opts.SaveLogsOnlyForNumberOfReplicas = 10
|
||||
}
|
||||
if t.trackOptions.Logs {
|
||||
opts.SaveLogsOnlyForNumberOfReplicas = 10
|
||||
}
|
||||
|
||||
var wg sync.WaitGroup
|
||||
errCh := make(chan error, len(targets))
|
||||
|
|
|
|||
Loading…
Reference in New Issue