runtime/kubernetes: remove reference to runtime cells (#1814)
This commit is contained in:
parent
318a80f824
commit
3480e0a64e
@ -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].Command = []string{}
|
||||||
kdeploy.Spec.Template.PodSpec.Containers[i].Args = []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
|
// define the environment values used by the container
|
||||||
|
Loading…
x
Reference in New Issue
Block a user