Skip to content

Commit

Permalink
Merge pull request #302 from interTwin-eu/dciangot-patch-7
Browse files Browse the repository at this point in the history
Update CI for better plugin dagger instrumentations
  • Loading branch information
dciangot authored Oct 14, 2024
2 parents 86e9417 + 3c8da94 commit dc9f75b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions ci/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,12 @@ func New(name string,
) *Interlink {

return &Interlink{
Name: name,
VirtualKubeletRef: VirtualKubeletRef,
InterlinkRef: InterlinkRef,
PluginRef: pluginRef,
Name: name,
VirtualKubeletRef: VirtualKubeletRef,
VKContainer: dag.Container().From(VirtualKubeletRef),
InterlinkRef: InterlinkRef,
InterlinkContainer: dag.Container().From(InterlinkRef),
PluginRef: pluginRef,
}
}

Expand Down

0 comments on commit dc9f75b

Please sign in to comment.