| commit | 27b2b576fcc9f20ea6f11a7013e81c34fb43bffe | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Fri Jun 30 10:44:45 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Fri Jun 30 10:44:45 2023 +0400 |
| tree | 1d9961b80b21992958874e1a61ce86c2e9d87041 | |
| parent | 15335c2376eb091c0753021b75711ffb51bc48a6 [diff] [blame] |
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) }