Merge pull request #31138 from superorbital/tammersaleh/cronjob-schedule-fix

The `schedule: "*/1 * * * *"` is the same as "* * * * *"
pull/31187/head
Kubernetes Prow Robot 2022-01-03 14:13:00 -08:00 committed by GitHub
commit 91b57ffa12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ kind: CronJob
metadata: metadata:
name: hello name: hello
spec: spec:
schedule: "*/1 * * * *" schedule: "* * * * *"
jobTemplate: jobTemplate:
spec: spec:
template: template: