From 58fc08055b6ed293fc823ea469fb14be042262a7 Mon Sep 17 00:00:00 2001 From: riya-singhal31 Date: Wed, 13 Jul 2022 11:55:29 +0530 Subject: [PATCH] fix: typo in doc Signed-off-by: riya-singhal31 --- doc/design/operator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/design/operator.md b/doc/design/operator.md index 0e8a8a4a5..9b440cabe 100644 --- a/doc/design/operator.md +++ b/doc/design/operator.md @@ -3,7 +3,7 @@ # Controllers and their managed resources -- **lvmcluster-controller:** Running in the operator deployment, it will create all resources that are don't require information from the node. When applicable, the health of the underlying resource is updated in the LVMCluster status and errors are also exposed as events. Overall success also passed on as an event.: +- **lvmcluster-controller:** Running in the operator deployment, it will create all resources that don't require information from the node. When applicable, the health of the underlying resource is updated in the LVMCluster status and errors are also exposed as events. Overall success also passed on as an event.: - vgmanager daemonset - lvmd daemonset - CSIDriver CR