Fix test code wrong code for VeleroInstall

Signed-off-by: yanggang <gang.yang@daocloud.io>
This commit is contained in:
yanggang
2023-11-27 11:13:52 +00:00
parent 3fdb3ec7c5
commit 9ccb5a14bb

View File

@@ -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 != "" {