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