From 4b17f8fbcd9cc98cc6f8bf693d29336f545db54e Mon Sep 17 00:00:00 2001 From: Chin-Ya Huang Date: Fri, 17 Feb 2023 08:53:04 +0800 Subject: [PATCH] fix(crd): update YAML Signed-off-by: Chin-Ya Huang --- deploy/longhorn.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/longhorn.yaml b/deploy/longhorn.yaml index 447d614..1a3bc64 100644 --- a/deploy/longhorn.yaml +++ b/deploy/longhorn.yaml @@ -1779,7 +1779,7 @@ spec: description: InstanceManagerSpec defines the desired state of the Longhorn instancer manager properties: engineImage: - description: 'TODO: deprecate this field' + description: 'Deprecated: This field is useless.' type: string image: type: string @@ -3447,7 +3447,7 @@ spec: recurringJobs: description: Deprecated. Replaced by a separate resource named "RecurringJob" items: - description: 'VolumeRecurringJobSpec is a deprecated struct. TODO: Should be removed when recurringJobs gets removed from the volume spec.' + description: 'Deprecated: This field is useless and has been replaced by the RecurringJob CRD' properties: concurrency: type: integer