We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d9bba commit af7d964Copy full SHA for af7d964
1 file changed
addons/backups-restic/backups-restic.yaml
@@ -26,7 +26,7 @@ spec:
26
concurrencyPolicy: Forbid
27
failedJobsHistoryLimit: 1
28
schedule: '@every 30m'
29
- successfulJobsHistoryLimit: 0
+ successfulJobsHistoryLimit: {{ default 1 .Params.successfulJobsHistoryLimit }}
30
suspend: false
31
jobTemplate:
32
spec:
0 commit comments