From 92df00e14ef90142097042dc1735eaa42cfdf4c5 Mon Sep 17 00:00:00 2001 From: Daishan Peng Date: Tue, 11 Jun 2019 23:45:05 -0700 Subject: [PATCH] Use right system namespace --- cli/cmd/install/install.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/cmd/install/install.go b/cli/cmd/install/install.go index 59c0ebfd8..d0a8e3761 100644 --- a/cli/cmd/install/install.go +++ b/cli/cmd/install/install.go @@ -75,6 +75,7 @@ func (i *Install) Run(ctx *clicontext.CLIContext) error { namespace := ctx.SystemNamespace if namespace == "" { namespace = "rio-system" + ctx.SystemNamespace = namespace } controllerStack := systemstack.NewStack(ctx.Apply, namespace, "rio-controller", true)