From 7b7a63b6ba91b562d936a95dbc280b0be0d3a757 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Fri, 21 Aug 2020 09:00:41 -0400 Subject: [PATCH] Fix CronJob FailedNeedStart events Change-Id: I0159b991ea92bf6876443d0d42eb9b2036633741 --- charts/tempest-pushgateway/templates/cronjob.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/tempest-pushgateway/templates/cronjob.yaml b/charts/tempest-pushgateway/templates/cronjob.yaml index 3c79ecd..cee5a21 100644 --- a/charts/tempest-pushgateway/templates/cronjob.yaml +++ b/charts/tempest-pushgateway/templates/cronjob.yaml @@ -8,6 +8,7 @@ metadata: {{- include "tempest-pushgateway.labels" . | indent 4 }} spec: schedule: "*/5 * * * *" + startingDeadlineSeconds: 1800 concurrencyPolicy: Forbid jobTemplate: spec: