installer: separate infra and repo apps. make network configurable
diff --git a/core/installer/app_manager.go b/core/installer/app_manager.go
index d2feccc..b5815e4 100644
--- a/core/installer/app_manager.go
+++ b/core/installer/app_manager.go
@@ -72,5 +72,6 @@
 			"Namespace": namespaces[0],
 		}
 	}
+	// TODO(giolekva): use ns suffix for app directory
 	return m.repoIO.InstallApp(app, "apps", all)
 }