Skip to content

Commit 91b57ff

Browse files
authored
Merge pull request #31138 from superorbital/tammersaleh/cronjob-schedule-fix
The `schedule: "*/1 * * * *"` is the same as "* * * * *"
2 parents caf587e + 19845f5 commit 91b57ff

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)