forked from LaconicNetwork/kompose
Clean up scripts/validate-*. Add vet,gofmt,lint tests.
Travis now runs `make validate` as first test. Make validate includes all validate tests (go vet, gofmt)
This commit is contained in:
@@ -245,6 +245,7 @@ func (k *Kubernetes) CreateService(name string, service kobject.ServiceConfig, o
|
||||
svc.Spec.Ports = servicePorts
|
||||
|
||||
svc.Spec.Type = api.ServiceType(service.ServiceType)
|
||||
|
||||
// Configure annotations
|
||||
annotations := transformer.ConfigAnnotations(service)
|
||||
svc.ObjectMeta.Annotations = annotations
|
||||
|
||||
Reference in New Issue
Block a user