runtime/kubernetes: remove unused name variable (#1078)
This commit is contained in:
parent
225b17559b
commit
fe9c68238f
@ -261,9 +261,6 @@ func (k *kubernetes) Create(s *runtime.Service, opts ...runtime.CreateOption) er
|
|||||||
name = name + "-" + s.Version
|
name = name + "-" + s.Version
|
||||||
}
|
}
|
||||||
|
|
||||||
// format as we'll format in the deployment
|
|
||||||
name = client.Format(name)
|
|
||||||
|
|
||||||
// create new kubernetes micro service
|
// create new kubernetes micro service
|
||||||
service := newService(s, options)
|
service := newService(s, options)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user