Skip to content

Commit 19845f5

Browse files
committed
The schedule: "*/1 * * * *" is the same as "* * * * *"
1 parent 31f9762 commit 19845f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/examples/application/job/cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: CronJob
33
metadata:
44
name: hello
55
spec:
6-
schedule: "*/1 * * * *"
6+
schedule: "* * * * *"
77
jobTemplate:
88
spec:
99
template:

0 commit comments

Comments
 (0)