File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Currently supported providers:
35
35
36
36
The Secrets Store CSI Driver ** daemonset** runs as ` root ` in a ` privileged ` pod. This is because the ** daemonset** is
37
37
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
39
39
to use ` mountPropagation: Bidirectional ` to modify other running pod's filesystems.
40
40
41
41
The provider plugins are also required to run as ` root ` (though ` privileged ` should not be necessary). This is because
You can’t perform that action at this time.
0 commit comments