mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-10-05 13:46:51 +08:00
feat: update argo to 2.12.4 (WIP)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user