[archived] "argo submit
CLI" docs discussion
#10260
Replies: 4 comments 3 replies
-
Hi, I would like to submit a workflow from existing workflow, not cronWorkflow as the example |
Beta Was this translation helpful? Give feedback.
-
Would it be possible to have something similar to |
Beta Was this translation helpful? Give feedback.
-
How to use the workflow template in the |
Beta Was this translation helpful? Give feedback.
-
Thanks. And if this needs to be implemented in the workflow and workflow template templates:
- name: build-steps
steps:
- - name: step1
templateRef: # Reference to other WorkflowTemplate (it is different from template, which is a task) defined in the same namespace
name: my-container-template # Name of the Workflow template
template: my-container # Reference to the actual template Workflow Template apiVersion: argoproj.io/v1alpha1
kind: WorkflowTemplate
metadata:
name: my-container-template
namespace: argo-events
spec:
templates:
- name: my-container
container:
image: python Source: https://argoproj.github.io/argo-workflows/fields/#templateref |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
en/latest/cli/argo_submit/
https://argo-workflows.readthedocs.io/en/latest/cli/argo_submit/
Beta Was this translation helpful? Give feedback.
All reactions