From fe1d94e8c6b9c940b78ccafc165d10be44af4b1a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 14 Feb 2024 14:03:32 -0800 Subject: [PATCH] bodhi / critpath: fix spec to be valid Signed-off-by: Kevin Fenzi --- roles/openshift-apps/bodhi/templates/critpathcron.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/roles/openshift-apps/bodhi/templates/critpathcron.yml b/roles/openshift-apps/bodhi/templates/critpathcron.yml index 2ec215384e..d39d6541b9 100644 --- a/roles/openshift-apps/bodhi/templates/critpathcron.yml +++ b/roles/openshift-apps/bodhi/templates/critpathcron.yml @@ -7,8 +7,6 @@ spec: schedule: "10 3 * * *" successfulJobsHistoryLimit: 1 failedJobsHistoryLimit: 1 - activeDeadlineSeconds: 900 - startingDeadlineSeconds: 300 jobTemplate: spec: backoffLimit: 0 @@ -35,7 +33,8 @@ spec: mountPath: /bodhi-critpath readOnly: false restartPolicy: Never - startingDeadlineSeconds: 600 + activeDeadlineSeconds: 900 + startingDeadlineSeconds: 300 volumes: - name: bodhi-critpath persistentVolumeClaim: