From 225b06ad2478bed66639d156c2dc9ff712f1633d Mon Sep 17 00:00:00 2001 From: Aleksandr Zimin Date: Mon, 16 Dec 2024 16:20:59 +0300 Subject: [PATCH] fix Signed-off-by: Aleksandr Zimin --- crds/lvmvolumegroup.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crds/lvmvolumegroup.yaml b/crds/lvmvolumegroup.yaml index b8b60aa6..b8186a99 100644 --- a/crds/lvmvolumegroup.yaml +++ b/crds/lvmvolumegroup.yaml @@ -24,7 +24,7 @@ spec: openAPIV3Schema: type: object description: | - An interface for managing Volume Groups and Thin pools on the nodes. + An interface for managing Volume Groups and Thin pools on the nodes. 1 > These resources might be created both by a user and the sds-node-configurator controller. The sds-node-configurator controller will automatically create an LVMVolumeGroup resource if it detects an existing Volume Group on a node tagged with 'storage.deckhouse.io/enabled=true'. The controller will fill in both the 'spec' and 'status' fields. > The `spec.thinPools` field must be filled in by yourself.