added the copy back for now

Signed-off-by: Adam Martin <adam.martin@rancherfederal.com>
This commit is contained in:
Adam Martin
2024-03-28 16:16:05 -04:00
parent 3ae92fe20a
commit 545b3f8acd

View File

@@ -207,6 +207,8 @@ func processContent(ctx context.Context, fi *os.File, o *SyncOpts, s *store.Layo
return err
}
}
// sync with local index
s.CopyAll(ctx, s.OCI, nil)
case v1alpha1.ChartsContentKind:
var cfg v1alpha1.Charts