diff --git a/roles/openshift-apps/docstranslation/templates/cron.yml b/roles/openshift-apps/docstranslation/templates/cron.yml index 1c3ded1a73..2da3f4dc70 100644 --- a/roles/openshift-apps/docstranslation/templates/cron.yml +++ b/roles/openshift-apps/docstranslation/templates/cron.yml @@ -6,6 +6,7 @@ metadata: spec: concurrencyPolicy: Forbid schedule: "0 21 * * *" + startingDeadlineSeconds: 600 jobTemplate: spec: template: @@ -33,7 +34,6 @@ spec: subPath: config.ini readOnly: true restartPolicy: Never - startingDeadlineSeconds: 600 volumes: - name: ssh-config-volume secret: diff --git a/roles/openshift-apps/fedocal/files/cron.yml b/roles/openshift-apps/fedocal/files/cron.yml index 0d06684192..fd5cfb0648 100644 --- a/roles/openshift-apps/fedocal/files/cron.yml +++ b/roles/openshift-apps/fedocal/files/cron.yml @@ -7,6 +7,7 @@ metadata: spec: concurrencyPolicy: Forbid schedule: "*/30 * * * *" + startingDeadlineSeconds: 600 jobTemplate: spec: template: @@ -39,7 +40,6 @@ spec: mountPath: /etc/pki/rabbitmq/cert readOnly: true restartPolicy: Never - startingDeadlineSeconds: 600 volumes: - name: config-volume configMap: