diff --git a/fission-bundle/main.go b/fission-bundle/main.go index c4c0d52b..16cb48c9 100644 --- a/fission-bundle/main.go +++ b/fission-bundle/main.go @@ -163,15 +163,15 @@ Options: runExecutor(port, fissionNs, functionNs) } - if arguments["--kubewatcher"] { + if arguments["--kubewatcher"] == true { runKubeWatcher(routerUrl) } - if arguments["--timer"] { + if arguments["--timer"] == true { runTimer(routerUrl) } - if arguments["--mqt"] { + if arguments["--mqt"] == true { runMessageQueueMgr(routerUrl) }