Skip to content

Commit

Permalink
Update container name
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Qiu <[email protected]>
  • Loading branch information
wenqiq committed Feb 5, 2024
1 parent 721b67a commit 80a6115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/performance/framework/pods.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const (

var (
workloadPodContainer = corev1.Container{
Name: "busybox",
Name: client_pod.ScaleClientContainerName,
Image: "busybox",
ImagePullPolicy: corev1.PullIfNotPresent,
Command: []string{"httpd", "-f"},
Expand Down

0 comments on commit 80a6115

Please sign in to comment.