Skip to content

Commit

Permalink
fix(typo): add intended word to make comment less confusing
Browse files Browse the repository at this point in the history
Longhorn 9332

Signed-off-by: Eric Weber <eric.weber@suse.com>
(cherry picked from commit bb12101)
  • Loading branch information
ejweber authored and PhanLe1010 committed Aug 14, 2024
1 parent 6659dce commit 553e3b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions csi/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down

0 comments on commit 553e3b9

Please sign in to comment.