diff --git a/deploy/longhorn.yaml b/deploy/longhorn.yaml index 4a10419..ade9df8 100644 --- a/deploy/longhorn.yaml +++ b/deploy/longhorn.yaml @@ -3166,6 +3166,11 @@ spec: type: object spec: description: SystemBackupSpec defines the desired state of the Longhorn SystemBackup + properties: + volumeBackupPolicy: + description: The create volume backup policy Can be "if-not-present", "always" or "disabled" + nullable: true + type: string type: object status: description: SystemBackupStatus defines the observed state of the Longhorn SystemBackup