Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #294 from StrongMonkey/namespace-fix
Browse files Browse the repository at this point in the history
Use right system namespace
  • Loading branch information
ibuildthecloud committed Jun 12, 2019
2 parents da242e2 + 92df00e commit 5947fe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/cmd/install/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5947fe1

Please sign in to comment.