diff --git a/apps-kustomized/faircampbuilder/cronjob.yaml b/apps-kustomized/faircampbuilder/cronjob.yaml index 60dfe68..a5e60d7 100644 --- a/apps-kustomized/faircampbuilder/cronjob.yaml +++ b/apps-kustomized/faircampbuilder/cronjob.yaml @@ -3,15 +3,15 @@ kind: CronJob metadata: name: faircampbuilder spec: + successfulJobsHistoryLimit: 1 + failedJobsHistoryLimit: 1 + concurrencyPolicy: Forbid schedule: "*/15 * * * *" jobTemplate: metadata: labels: app: faircampbuilder spec: - successfulJobsHistoryLimit: 1 - failedJobsHistoryLimit: 1 - concurrencyPolicy: Forbid template: metadata: labels: