Skip to content

Commit

Permalink
test: fix retention in testfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Oct 3, 2024
1 parent 221a63e commit b6a66ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion internal/generator/backups_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ func Test_generateBackupValues(t *testing.T) {
Hourly: 0,
Daily: 7,
Weekly: 6,
Monthly: 1,
Monthly: 0,
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ spec:
resources: {}
retention:
keepDaily: 7
keepMonthly: 1
keepWeekly: 6
schedule: 48 3 * * 0
resourceRequirementsTemplate: {}
Expand Down

0 comments on commit b6a66ab

Please sign in to comment.