Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cmd/atelet/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,8 @@ func (s *AteomHerder) Run(ctx context.Context, req *ateletpb.RunRequest) (*atele
return nil, fmt.Errorf("while resetting actor dirs: %w", err)
}

for _, siv := range req.GetSpec().GetSystemInfoVolumes()

if err := s.prepareOCIBundles(ctx,
req.GetActorTemplateNamespace(), req.GetActorTemplateName(), req.GetActorId(),
req.GetSpec(), req.GetTargetAteomUid(),
Expand Down
Loading