mirror of
https://github.com/rancher/rke.git
synced 2025-09-08 18:39:40 +00:00
WIP add extra args to running services
This commit is contained in:
@@ -54,6 +54,7 @@ func buildEtcdConfig(host hosts.Host, etcdService v1.ETCDService) (*container.Co
|
||||
},
|
||||
},
|
||||
}
|
||||
imageCfg.Cmd = append(imageCfg.Cmd, etcdService.ExtraArgs...)
|
||||
return imageCfg, hostCfg
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user