Merge branch 'feat/upgrade.argo.2.12.4' of github.com:Vafilor/core into feat/upgrade.argo.2.12.4

This commit is contained in:
Andrey Melnikov
2021-01-25 14:36:42 -08:00

View File

@@ -484,6 +484,7 @@ func (c *Client) createWorkflow(namespace string, workflowTemplateID uint64, wor
if reErr != nil {
return nil, reErr
}
value := re.ReplaceAllString(param.Value.String(), namespace)
if workspaceUID != "" {