From 036ea2be7509d4e67f47f8e9a1eb50c78e059978 Mon Sep 17 00:00:00 2001 From: Chin-Ya Huang Date: Thu, 25 May 2023 09:26:04 +0800 Subject: [PATCH] feat(system-backup): update YAML ref: 5011 Signed-off-by: Chin-Ya Huang --- deploy/longhorn.yaml | 5 +++++ 1 file changed, 5 insertions(+) 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