remove default group from recurring job in longhorn
This commit is contained in:
parent
ede477f8a2
commit
427a17a079
1 changed files with 0 additions and 4 deletions
|
@ -6,8 +6,6 @@ metadata:
|
|||
spec:
|
||||
cron: "40 * * * *"
|
||||
task: "snapshot"
|
||||
groups:
|
||||
- default
|
||||
retain: 12
|
||||
concurrency: 2
|
||||
---
|
||||
|
@ -19,7 +17,5 @@ metadata:
|
|||
spec:
|
||||
cron: "30 4 * * *"
|
||||
task: "backup"
|
||||
groups:
|
||||
- default
|
||||
retain: 7
|
||||
concurrency: 2
|
||||
|
|
Loading…
Reference in a new issue