Skip to content

Commit

Permalink
Merge branch 'develope'
Browse files Browse the repository at this point in the history
* develope:
  change schedule time to 11pm
  change ad cronjob to 1 am
  • Loading branch information
demoyuw committed Jul 29, 2021
2 parents dc04954 + b3fdec3 commit 899acf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s-yaml/api-init/cronjob/sync-ad-user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ kind: CronJob
metadata:
name: sync-ad
spec:
schedule: "0 11 * * *"
successfulJobsHistoryLimit: 0
schedule: "0 15 * * *"
successfulJobsHistoryLimit: 2
failedJobsHistoryLimit: 0
jobTemplate:
spec:
Expand Down

0 comments on commit 899acf9

Please sign in to comment.