Unverified Commit f25adb59 authored by Erik Wilson's avatar Erik Wilson Committed by GitHub

Merge pull request #976 from yamt/disableagent

Propagate DisableAgent flag
parents 4eaae5b1 4970d613
......@@ -55,6 +55,7 @@ func run(app *cli.Context, cfg *cmds.Server) error {
}
serverConfig := server.Config{}
serverConfig.DisableAgent = cfg.DisableAgent
serverConfig.ControlConfig.ClusterSecret = cfg.ClusterSecret
serverConfig.ControlConfig.DataDir = cfg.DataDir
serverConfig.ControlConfig.KubeConfigOutput = cfg.KubeConfigOutput
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment