Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
fix(cron): fix name for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
rap2hpoutre committed Jun 6, 2022
1 parent b7fabe3 commit 7632fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .kube-workflow/prod/templates/sendReporting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apiVersion: batch/v1beta1
kind: CronJob
metadata:
namespace: mon-psy-sante
name: verif-dossiers-ds
name: send-reporting
labels:
app: mon-psy
spec:
schedule: "0 9 * * 1"
schedule: "30 9 * * 1"
jobTemplate:
spec:
template:
Expand Down

0 comments on commit 7632fdd

Please sign in to comment.