github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/argoproj.io/WorkflowTemplate/actions/discovery.lua (about) 1 local actions = {} 2 actions["create-workflow"] = { 3 ["iconClass"] = "fa fa-fw fa-play", 4 ["displayName"] = "Create Workflow" 5 } 6 return actions