diff --git a/chart/templates/crds.yaml b/chart/templates/crds.yaml index 6402877..1135bd6 100644 --- a/chart/templates/crds.yaml +++ b/chart/templates/crds.yaml @@ -3026,6 +3026,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