diff --git a/test/e2e/framework/util.go b/test/e2e/framework/util.go index b825aae8d4c..b941db316fa 100644 --- a/test/e2e/framework/util.go +++ b/test/e2e/framework/util.go @@ -475,9 +475,9 @@ func ProxyMode(f *Framework) (string, error) { HostNetwork: true, Containers: []v1.Container{ { - Name: "detector", - Image: AgnHostImage, - Command: []string{"pause"}, + Name: "detector", + Image: AgnHostImage, + Args: []string{"pause"}, }, }, },