feat: update argo to 2.12.4 (WIP)

This commit is contained in:
Andrey Melnikov
2021-01-12 15:58:49 -08:00
parent 8799a79643
commit 5a66c278e4
6 changed files with 449 additions and 230 deletions

View File

@@ -354,7 +354,7 @@ func (c *Client) buildCronWorkflowDefinition(namespace string, workflowTemplateI
for _, param := range opts.Parameters {
newParams = append(newParams, wfv1.Parameter{
Name: param.Name,
Value: param.Value,
Value: wfv1.AnyStringPtr(*param.Value),
})
passedParams[param.Name] = true
}