From 2e0fc456be124010a6bbde8fb01cf3c659aec4b5 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 141ce48..2614083 100644 --- a/chart/templates/crds.yaml +++ b/chart/templates/crds.yaml @@ -2973,6 +2973,7 @@ spec: enum: - disabled - best-effort + - strict-local type: string dataSource: type: string diff --git a/deploy/longhorn.yaml b/deploy/longhorn.yaml index 4ea4bf4..8650d16 100644 --- a/deploy/longhorn.yaml +++ b/deploy/longhorn.yaml @@ -3113,6 +3113,7 @@ spec: enum: - disabled - best-effort + - strict-local type: string dataSource: type: string