From 52423cb822173aea635de0078d12827d28aea967 Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Thu, 19 May 2022 14:29:23 +0200 Subject: [PATCH] refactor(chart): debug schedule --- deploy/chart/wsj-standup/templates/job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/chart/wsj-standup/templates/job.yaml b/deploy/chart/wsj-standup/templates/job.yaml index e29eb51..3c6700c 100644 --- a/deploy/chart/wsj-standup/templates/job.yaml +++ b/deploy/chart/wsj-standup/templates/job.yaml @@ -3,7 +3,7 @@ kind: CronJob metadata: name: {{ include "wsj-standup.fullname" . }}-job spec: - schedule: "0 8 * * 1" + schedule: "* * * * *" jobTemplate: spec: backoffLimit: 4