@@ -396,7 +396,7 @@ func (p *ACIProvider) getContainers(pod *v1.Pod) ([]aci.Container, error) {
|
|||||||
Name: container.Name,
|
Name: container.Name,
|
||||||
ContainerProperties: aci.ContainerProperties{
|
ContainerProperties: aci.ContainerProperties{
|
||||||
Image: container.Image,
|
Image: container.Image,
|
||||||
Command: container.Command,
|
Command: append(container.Command, container.Args...),
|
||||||
Ports: make([]aci.ContainerPort, 0, len(container.Ports)),
|
Ports: make([]aci.ContainerPort, 0, len(container.Ports)),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user