Skip to content

Commit

Permalink
Merge pull request 'Lower job history limit in sealed secret cronjob'…
Browse files Browse the repository at this point in the history
… (#172) from faizan-patch-1 into master

Reviewed-on: https://gitea.obmondo.com/EnableIT/KubeAid/pulls/172
  • Loading branch information
Ahmad-Faizan committed Mar 1, 2024
2 parents 10aee77 + 206c0dc commit 6abda57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions argocd-helm-charts/sealed-secrets/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: backup-sealed-secrets
spec:
concurrencyPolicy: Forbid
failedJobsHistoryLimit: 20
failedJobsHistoryLimit: 5
jobTemplate:
spec:
template:
Expand Down Expand Up @@ -70,6 +70,6 @@ spec:
name: scripts
schedule: {{ .Values.backup.schedule | quote }}
startingDeadlineSeconds: 180
successfulJobsHistoryLimit: 3
successfulJobsHistoryLimit: 1
---
{{ end }}

0 comments on commit 6abda57

Please sign in to comment.