|
@@ -168,11 +168,6 @@ func parse(conf ParseConf) (*chart.Chart, map[string]interface{}, map[string]int
|
|
|
services = parsed.Services
|
|
services = parsed.Services
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- if services == nil {
|
|
|
|
|
- return nil, nil, nil, fmt.Errorf("missing services from porter yaml file")
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
application := &Application{
|
|
application := &Application{
|
|
|
Env: parsed.Env,
|
|
Env: parsed.Env,
|
|
|
Services: services,
|
|
Services: services,
|