feat(recurring-job): update chart for new tasks
Ref: 3836
Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
(cherry picked from commit 761abc7611
)
This commit is contained in:
parent
9148325775
commit
15f5c97e24
@ -2117,7 +2117,7 @@ spec:
|
||||
jsonPath: .spec.groups
|
||||
name: Groups
|
||||
type: string
|
||||
- description: Should be one of "backup" or "snapshot"
|
||||
- description: Should be one of "snapshot", "snapshot-cleanup", "snapshot-delete" or "backup"
|
||||
jsonPath: .spec.task
|
||||
name: Task
|
||||
type: string
|
||||
@ -2179,9 +2179,11 @@ spec:
|
||||
description: The retain count of the snapshot/backup.
|
||||
type: integer
|
||||
task:
|
||||
description: The recurring job type. Can be "snapshot" or "backup".
|
||||
description: The recurring job task. Can be "snapshot", "snapshot-cleanup", "snapshot-delete" or "backup".
|
||||
enum:
|
||||
- snapshot
|
||||
- snapshot-cleanup
|
||||
- snapshot-delete
|
||||
- backup
|
||||
type: string
|
||||
type: object
|
||||
@ -2900,6 +2902,8 @@ spec:
|
||||
task:
|
||||
enum:
|
||||
- snapshot
|
||||
- snapshot-cleanup
|
||||
- snapshot-delete
|
||||
- backup
|
||||
type: string
|
||||
type: object
|
||||
|
Loading…
Reference in New Issue
Block a user