From 6ced0a5cec3caa4b1163ecda4759e9a2f385a0ad Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Sun, 10 Apr 2022 08:58:05 +1000 Subject: [PATCH] Update template --- manifest-template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest-template.yaml b/manifest-template.yaml index 4c52b74..0b5c5c9 100644 --- a/manifest-template.yaml +++ b/manifest-template.yaml @@ -3,8 +3,8 @@ kind: CronJob metadata: name: house-data-scraper spec: - # every Sunday 10:05 am - schedule: "5 0 * * 0" + # every Sunday 23:05 utc + schedule: "5 23 * * 0" jobTemplate: spec: backoffLimit: 0