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