diff --git a/test/util/velero/install.go b/test/util/velero/install.go index 9427e19ee..2c45b4c2d 100644 --- a/test/util/velero/install.go +++ b/test/util/velero/install.go @@ -269,7 +269,7 @@ func installVeleroServer(ctx context.Context, cli, cloudProvider string, options } if options.NodeAgentPodCPURequest != "" { - args = append(args, fmt.Sprintf("--node-agent-pod-mem-request=%v", options.NodeAgentPodCPURequest)) + args = append(args, fmt.Sprintf("--node-agent-pod-cpu-request=%v", options.NodeAgentPodCPURequest)) } if options.NodeAgentPodMemLimit != "" {