mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-10-05 13:46:51 +08:00
fix typo
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user