X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=cmd%2Fappmgr%2Fmain.go;fp=cmd%2Fappmgr%2Fmain.go;h=9b9eebba1cec350747280990ca02be07ed1752ad;hb=b175b949d5e3a9caf78e2c0c0db225d08bd73b07;hp=da506814a381bd30a1f9b0ebc3a84d4d3bd3c286;hpb=97e8d9a3254989f086d7ad02c168442832b49946;p=ric-plt%2Fappmgr.git diff --git a/cmd/appmgr/main.go b/cmd/appmgr/main.go index da50681..9b9eebb 100755 --- a/cmd/appmgr/main.go +++ b/cmd/appmgr/main.go @@ -25,7 +25,7 @@ func main() { loadConfig() m := XappManager{} - m.Initialize(&Helm{}) + m.Initialize(&Helm{}, &ConfigMap{}) m.Run() }