From 6abd327f89ef2579fd9ea2eae8e2fd1552be4f25 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 02d8c4e830..477a94c96a 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 148512ab1c..db16d597f1 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