From ab319e6cbbc7114c6cca1376aa0f55ece29cf597 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Fri, 21 Aug 2020 09:03:51 -0400 Subject: [PATCH] Replace to avoid stuck testers Change-Id: I303ae741de40ebd679ffee6400eaefa51dd1ca8f --- charts/tempest-pushgateway/templates/cronjob.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tempest-pushgateway/templates/cronjob.yaml b/charts/tempest-pushgateway/templates/cronjob.yaml index cee5a21..2fbabd0 100644 --- a/charts/tempest-pushgateway/templates/cronjob.yaml +++ b/charts/tempest-pushgateway/templates/cronjob.yaml @@ -9,7 +9,7 @@ metadata: spec: schedule: "*/5 * * * *" startingDeadlineSeconds: 1800 - concurrencyPolicy: Forbid + concurrencyPolicy: Replace jobTemplate: spec: backoffLimit: 0