Skip to content

Commit

Permalink
image bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jbohanon committed Jun 7, 2024
1 parent 7b797f3 commit f1037a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testutils/kube/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func ExecFromEphemeralPod(ctx context.Context, params EphemeralPodParams) (strin
createargs := []string{
"debug",
"--quiet",
params.Image.String(),
fmt.Sprintf("--image=%s", params.Image),
fmt.Sprintf("--container=%s", params.FromContainer),
fmt.Sprintf("--image-pull-policy=%s", params.Image.PullPolicy),
params.FromPod,
Expand Down

0 comments on commit f1037a4

Please sign in to comment.