Remove incorrect logging about headless service (#991)

This commit is contained in:
Hang Yan
2018-04-26 15:11:24 -04:00
committed by Charlie Drage
parent 3fa3eadffa
commit 852078cc5c
3 changed files with 4 additions and 9 deletions
+1 -1
View File
@@ -386,7 +386,7 @@ func (o *OpenShift) Transform(komposeObject kobject.KomposeObject, opt kobject.C
}
if o.PortsExist(name, service) {
if o.PortsExist(service) {
svc := o.CreateService(name, service, objects)
objects = append(objects, svc)