choose ambassador by platform

This commit is contained in:
Brad Rydzewski
2016-08-25 11:35:28 -07:00
parent 6d2c525064
commit 0f7253febb
2 changed files with 38 additions and 5 deletions

View File

@@ -167,7 +167,7 @@ func (a *Agent) prep(w *queue.Work) (*yaml.Config, error) {
transform.ImageVolume(conf, []string{a.Local + ":" + conf.Workspace.Path})
}
transform.Pod(conf)
transform.Pod(conf, a.Platform)
return conf, nil
}