more privs
This commit is contained in:
parent
4781f2768c
commit
5441f0c5cb
1 changed files with 2 additions and 3 deletions
|
@ -82,12 +82,11 @@ spec:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: qbittorrent-secret
|
name: qbittorrent-secret
|
||||||
securityContext:
|
securityContext:
|
||||||
|
allowPrivilegeEscalation: true
|
||||||
capabilities:
|
capabilities:
|
||||||
add:
|
add:
|
||||||
- NET_ADMIN
|
|
||||||
- NET_RAW
|
|
||||||
- SYS_ADMIN
|
- SYS_ADMIN
|
||||||
allowPrivilegeEscalation: true
|
privileged: true
|
||||||
|
|
||||||
port-forward:
|
port-forward:
|
||||||
image:
|
image:
|
||||||
|
|
Loading…
Reference in a new issue