From 8d2511bbedbefbb92e6c31f204faf096662ba37d Mon Sep 17 00:00:00 2001 From: Derek Su Date: Fri, 21 Jan 2022 21:05:56 +0800 Subject: [PATCH] Add //+nullable to engine status fields Longhorn 3538 Signed-off-by: Derek Su (cherry picked from commit 638d27563869aa65189b30e27ee8c13a7c235483) --- chart/templates/crds.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chart/templates/crds.yaml b/chart/templates/crds.yaml index 5c8dc27..2895115 100644 --- a/chart/templates/crds.yaml +++ b/chart/templates/crds.yaml @@ -1445,12 +1445,14 @@ spec: children: additionalProperties: type: boolean + nullable: true type: object created: type: string labels: additionalProperties: type: string + nullable: true type: object name: type: string