Skip to content

Commit

Permalink
fix wrong comment
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Ojea <[email protected]>
  • Loading branch information
aojea committed May 14, 2024
1 parent 20f7b42 commit 849aa8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/network-device-injector/network-device-injector.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ func (p *plugin) RunPodSandbox(_ context.Context, pod *api.PodSandbox) error {
return nil
}

// attach the network devices to the pod namespace
// release the network devices from the pod namespace
for _, n := range netdevices {
err = n.inject(ns)
if err != nil {
Expand Down

0 comments on commit 849aa8f

Please sign in to comment.