mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-07 22:05:25 +00:00
Fix test code wrong code for VeleroInstall
Signed-off-by: yanggang <gang.yang@daocloud.io>
This commit is contained in:
@@ -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 != "" {
|
||||
|
||||
Reference in New Issue
Block a user