From 553e3b9f2dc5c5b610404ea0669c26817933a2e0 Mon Sep 17 00:00:00 2001 From: Eric Weber Date: Wed, 14 Aug 2024 16:13:53 -0500 Subject: [PATCH] fix(typo): add intended word to make comment less confusing Longhorn 9332 Signed-off-by: Eric Weber (cherry picked from commit bb12101d0628c266eb640d5157f007f79deb7ced) --- csi/deployment.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csi/deployment.go b/csi/deployment.go index 42deeec945..68ed5c5f25 100644 --- a/csi/deployment.go +++ b/csi/deployment.go @@ -419,8 +419,8 @@ func NewPluginDeployment(namespace, serviceAccount, nodeDriverRegistrarImage, li }, { // The plugin must be able to switch to the host's namespaces in order to execute - // cryptsetup commands for encrypted devices to mount RWX volumes when not using a - // storage network. + // cryptsetup commands for encrypted devices and to mount RWX volumes when not using + // a storage network. Name: "host-proc", MountPath: "/host/proc", },