From 9ed6dca69634ee8a4bb3abdf0bac2cacfc1c238b Mon Sep 17 00:00:00 2001 From: Derek Su Date: Thu, 17 Nov 2022 12:50:15 +0800 Subject: [PATCH] local volume: update crds and manifests Longhorn 3957 Signed-off-by: Derek Su --- chart/templates/crds.yaml | 1 + deploy/longhorn.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/chart/templates/crds.yaml b/chart/templates/crds.yaml index 02d8c4e..477a94c 100644 --- a/chart/templates/crds.yaml +++ b/chart/templates/crds.yaml @@ -2851,6 +2851,7 @@ spec: enum: - disabled - best-effort + - strict-local type: string dataSource: type: string diff --git a/deploy/longhorn.yaml b/deploy/longhorn.yaml index 148512a..db16d59 100644 --- a/deploy/longhorn.yaml +++ b/deploy/longhorn.yaml @@ -2977,6 +2977,7 @@ spec: enum: - disabled - best-effort + - strict-local type: string dataSource: type: string