Skip to content

Commit 7b22045

Browse files
committed
cleanup
1 parent 6322598 commit 7b22045

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
lines changed
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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"]

0 commit comments

Comments
 (0)