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 6, 2024
1 parent fb9ad68 commit c0b900e
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 c0b900e

Please sign in to comment.