Skip to content

Commit

Permalink
apps sc: log management set successfulJobsHistoryLimit to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
crssnd committed Oct 13, 2023
1 parent cabf73e commit 9b56236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helmfile/charts/log-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ restartPolicy: Never

startingDeadlineSeconds: 7200
activeDeadlineSeconds: 7200
successfulJobsHistoryLimit: 3
successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 1
backoffLimit: 0

Expand Down

0 comments on commit 9b56236

Please sign in to comment.