From 3480e0a64e2141a880cf00d552d0577941492cbf Mon Sep 17 00:00:00 2001 From: ben-toogood Date: Thu, 9 Jul 2020 20:21:34 +0100 Subject: [PATCH] runtime/kubernetes: remove reference to runtime cells (#1814) --- runtime/kubernetes/service.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/runtime/kubernetes/service.go b/runtime/kubernetes/service.go index d3fa3189..4cb71e37 100644 --- a/runtime/kubernetes/service.go +++ b/runtime/kubernetes/service.go @@ -66,9 +66,6 @@ func newService(s *runtime.Service, c runtime.CreateOptions) *service { kdeploy.Spec.Template.PodSpec.Containers[i].Command = []string{} kdeploy.Spec.Template.PodSpec.Containers[i].Args = []string{} } - } else { - // use the default image (micro/cell:go), passing the source as the first argument - kdeploy.Spec.Template.PodSpec.Containers[0].Args = []string{s.Source} } // define the environment values used by the container