Skip to content

Commit a4ddd8d

Browse files
authored
chore: remove todo (#340)
1 parent e197b7a commit a4ddd8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/controller/inference/playground_controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ func buildTemplate(models []*coreapi.OpenModel, playground *inferenceapi.Playgro
331331
template := corev1.PodTemplateSpec{
332332
Spec: corev1.PodSpec{
333333
// TODO: should we support image pull secret here?
334-
// TODO: support readiness/liveness
335334
Containers: []corev1.Container{
336335
{
337336
Name: modelSource.MODEL_RUNNER_CONTAINER_NAME,

0 commit comments

Comments
 (0)