Skip to content

Commit 69fb6c2

Browse files
committed
Polish the comments
1 parent c21c96a commit 69fb6c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/controller/launcher-populator/populator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ func (ctl *controller) buildPodFromTemplate(template corev1.PodTemplateSpec, key
434434
},
435435
}
436436
} else {
437-
// If there are multiple containers in the template, keep only the first one and rename it to engine-pilot
437+
// If there are multiple containers in the template, keep only the first one and rename it to inference-server
438438
container := &pod.Spec.Containers[0]
439439
container.Name = api.InferenceServerContainerName
440440
}

0 commit comments

Comments
 (0)