Skip to content

Commit f797131

Browse files
authored
Merge pull request #1102 from nurayko/patch-1
docs: fix typo in concepts doc
2 parents 5423ff1 + 5c96131 commit f797131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Currently supported providers:
3535

3636
The Secrets Store CSI Driver **daemonset** runs as `root` in a `privileged` pod. This is because the **daemonset** is
3737
responsible for creating new `tmpfs` filesystems and `mount`ing them into existing pod filesystems within the node's
38-
`hostPath`. `root` is necessary for the `mount` syscall and other filesystem operations and `privledged` is required for
38+
`hostPath`. `root` is necessary for the `mount` syscall and other filesystem operations and `privileged` is required for
3939
to use `mountPropagation: Bidirectional` to modify other running pod's filesystems.
4040

4141
The provider plugins are also required to run as `root` (though `privileged` should not be necessary). This is because

0 commit comments

Comments
 (0)