Skip to content

Commit

Permalink
feat(backup/restore): update volume crd
Browse files Browse the repository at this point in the history
Longhorn-2227

Signed-off-by: James Lu <james.lu@suse.com>
  • Loading branch information
mantissahz authored and innobead committed Nov 28, 2022
1 parent 321671b commit 086676c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions chart/templates/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2989,6 +2989,12 @@ spec:
type: string
fromBackup:
type: string
restoreVolumeRecurringJob:
enum:
- ignored
- enabled
- disabled
type: string
frontend:
enum:
- blockdev
Expand Down
6 changes: 6 additions & 0 deletions deploy/longhorn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3129,6 +3129,12 @@ spec:
type: string
fromBackup:
type: string
restoreVolumeRecurringJob:
enum:
- ignored
- enabled
- disabled
type: string
frontend:
enum:
- blockdev
Expand Down

0 comments on commit 086676c

Please sign in to comment.