Skip to content

Commit 560829f

Browse files
authored
[internal] Add root rights for csi-controller container (#61)
Signed-off-by: v.oleynikov <[email protected]>
1 parent 8bbb687 commit 560829f

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed
-25.2 KB
Binary file not shown.
25.2 KB
Binary file not shown.

templates/csi/controller.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
{{- $_ := set $csiControllerConfig "controllerImage" $csiControllerImage }}
7878
{{- $_ := set $csiControllerConfig "snapshotterEnabled" true }}
7979
{{- $_ := set $csiControllerConfig "resizerEnabled" true }}
80+
{{- $_ := set $csiControllerConfig "runAsRootUser" true }}
8081
{{- $_ := set $csiControllerConfig "provisionerTimeout" "1200s" }}
8182
{{- $_ := set $csiControllerConfig "snapshotterTimeout" "1200s" }}
8283
{{- $_ := set $csiControllerConfig "extraCreateMetadataEnabled" true }}

0 commit comments

Comments
 (0)