fix: removed is_system flag

This commit is contained in:
Andrey Melnikov
2020-10-30 23:45:39 -07:00
parent 7814502404
commit 7854aa15ca
4 changed files with 88 additions and 103 deletions

View File

@@ -54,7 +54,6 @@ func (s *WorkflowTemplateServer) CreateWorkflowTemplate(ctx context.Context, req
Name: req.WorkflowTemplate.Name,
Manifest: req.WorkflowTemplate.Manifest,
Labels: converter.APIKeyValueToLabel(req.WorkflowTemplate.Labels),
IsSystem: req.WorkflowTemplate.IsSystem,
}
workflowTemplate, err = client.CreateWorkflowTemplate(req.Namespace, workflowTemplate)
if err != nil {