diff --git a/chart/templates/crds.yaml b/chart/templates/crds.yaml index 2614083..65c5762 100644 --- a/chart/templates/crds.yaml +++ b/chart/templates/crds.yaml @@ -2989,6 +2989,12 @@ spec: type: string fromBackup: type: string + restoreVolumeRecurringJob: + enum: + - ignored + - enabled + - disabled + type: string frontend: enum: - blockdev diff --git a/deploy/longhorn.yaml b/deploy/longhorn.yaml index 20d3edc..dcc143f 100644 --- a/deploy/longhorn.yaml +++ b/deploy/longhorn.yaml @@ -3129,6 +3129,12 @@ spec: type: string fromBackup: type: string + restoreVolumeRecurringJob: + enum: + - ignored + - enabled + - disabled + type: string frontend: enum: - blockdev