This commit is contained in:
rushtehrani
2020-05-14 01:05:49 -07:00
parent c121116b9d
commit e5f5b8d183
3 changed files with 3 additions and 3 deletions

View File

@@ -164,7 +164,7 @@ func (c *Client) injectAutomatedFields(namespace string, wf *wfv1.Workflow, opts
//Generate ENV vars from secret, if there is a container present in the workflow
//Get template ENV vars, avoid over-writing them with secret values
env.AddDefaultEnvVarsToContainr(template.Container)
env.AddDefaultEnvVarsToContainer(template.Container)
config, sysErr := c.GetSystemConfig()
if sysErr != nil {