1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-12 13:18:47 +00:00

Use new rke-tools image

This commit is contained in:
Darren Shepherd
2018-04-19 08:53:55 -07:00
parent a8b0cf052d
commit 4273d1d874
2 changed files with 2 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ func doRunDeployer(ctx context.Context, host *hosts.Host, containerEnv []string,
}
imageCfg := &container.Config{
Image: certDownloaderImage,
Cmd: []string{"cert-deployer"},
Env: containerEnv,
}
hostCfg := &container.HostConfig{