diff --git a/drydock_backups/patches/k8s-jobs b/drydock_backups/patches/k8s-jobs index 7a07b5e..9f5a88b 100644 --- a/drydock_backups/patches/k8s-jobs +++ b/drydock_backups/patches/k8s-jobs @@ -9,8 +9,8 @@ spec: suspend: false schedule: {{ BACKUP_CRON_SCHEDULE }} startingDeadlineSeconds: 900 - successfulJobsHistoryLimit: 3 - failedJobsHistoryLimit: 3 + successfulJobsHistoryLimit: 0 + failedJobsHistoryLimit: 0 jobTemplate: spec: template: @@ -89,8 +89,8 @@ spec: suspend: false schedule: {{ BACKUP_CRON_SCHEDULE }} startingDeadlineSeconds: 900 - successfulJobsHistoryLimit: 3 - failedJobsHistoryLimit: 3 + successfulJobsHistoryLimit: 0 + failedJobsHistoryLimit: 0 jobTemplate: spec: template: