Skip to content

Commit

Permalink
Remove name from container
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed May 31, 2024
1 parent de19d01 commit c6fcd28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/v1/conversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ func Convert_v1_PodSpec_To_v2_PodSpec(in *PodSpec, out *v2.PodSpec, s conversion
// manual
out.Containers = []core.Container{
{
Name: "db",
Args: *(*[]string)(unsafe.Pointer(&in.Args)),
Env: *(*[]core.EnvVar)(unsafe.Pointer(&in.Env)),
Resources: in.Resources,
Expand Down

0 comments on commit c6fcd28

Please sign in to comment.