Merge pull request #7149 from yanggangtony/fix-test-VeleroInstall

Fix test code wrong code for VeleroInstall
This commit is contained in:
qiuming
2023-11-28 09:59:53 +08:00
committed by GitHub
+1 -1
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 != "" {