Skip to content

Commit ec40e70

Browse files
authored
refactor: remove useless fields in security context (#91)
The container being privileged neither allowPrivilegeEscalation nor capabilities are required. For more information check: https://kubernetes-csi.github.io/docs/deploying.html
1 parent 999c8e1 commit ec40e70

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

deploy/csi-rclone/values.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ csiNodepluginRclone:
6767
imagePullPolicy: Always
6868
rclone:
6969
containerSecurityContext:
70-
allowPrivilegeEscalation: true
71-
capabilities:
72-
add:
73-
- SYS_ADMIN
7470
privileged: true
7571
# Extra environment variables for the rclone container
7672
extraEnv: []

0 commit comments

Comments
 (0)