Skip to content

Commit c210cde

Browse files
committed
Corrected the cron job yaml
1 parent 191f5e3 commit c210cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/deep-microservice-collection/src/command/k8s-cron-job.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class K8sCronJob extends Command {
5252
spec:
5353
schedule: "${this._options.schedule}"
5454
successfulJobsHistoryLimit: 0
55-
failedJobHistoryLimit: 0
55+
failedJobsHistoryLimit: 0
5656
jobTemplate:
5757
spec:
5858
template:

0 commit comments

Comments
 (0)