File tree Expand file tree Collapse file tree 2 files changed +38
-38
lines changed Expand file tree Collapse file tree 2 files changed +38
-38
lines changed Original file line number Diff line number Diff line change 1- apiVersion : argoproj.io/v1alpha1
2- kind : CronWorkflow
3- metadata :
4- name : hello-world-cron
5- namespace : workflows
6- spec :
7- schedules :
8- - ' * * * * *'
9- workflowMetadata :
10- labels :
11- foo : " bar"
12- workflowSpec :
13- arguments : {}
14- podGC :
15- strategy : OnPodCompletion
16- ttlStrategy :
17- secondsAfterCompletion : 300
18- workflowTemplateRef :
19- name : hello-world
1+ # apiVersion: argoproj.io/v1alpha1
2+ # kind: CronWorkflow
3+ # metadata:
4+ # name: hello-world-cron
5+ # namespace: workflows
6+ # spec:
7+ # schedules:
8+ # - '* * * * *'
9+ # workflowMetadata:
10+ # labels:
11+ # foo: "bar"
12+ # workflowSpec:
13+ # arguments: {}
14+ # podGC:
15+ # strategy: OnPodCompletion
16+ # ttlStrategy:
17+ # secondsAfterCompletion: 300
18+ # workflowTemplateRef:
19+ # name: hello-world
Original file line number Diff line number Diff line change 1- apiVersion : argoproj.io/v1alpha1
2- kind : Workflow
3- metadata :
4- name : hello-world
5- namespace : workflows
6- labels :
7- workflows.argoproj.io/archive-strategy : " false"
8- annotations :
9- workflows.argoproj.io/description : |
10- This is a simple hello world example.
11- spec :
12- serviceAccountName : argo-workflow
13- entrypoint : hello-world
14- templates :
15- - name : hello-world
16- container :
17- image : busybox
18- command : [echo]
19- args : ["hello world"]
1+ # apiVersion: argoproj.io/v1alpha1
2+ # kind: Workflow
3+ # metadata:
4+ # name: hello-world
5+ # namespace: workflows
6+ # labels:
7+ # workflows.argoproj.io/archive-strategy: "false"
8+ # annotations:
9+ # workflows.argoproj.io/description: |
10+ # This is a simple hello world example.
11+ # spec:
12+ # serviceAccountName: argo-workflow
13+ # entrypoint: hello-world
14+ # templates:
15+ # - name: hello-world
16+ # container:
17+ # image: busybox
18+ # command: [echo]
19+ # args: ["hello world"]
You can’t perform that action at this time.
0 commit comments