Skip to content

Commit 03a6479

Browse files
committedFeb 19, 2025
add NET_ADMIN capability to qbitty pod security context
1 parent 7f7299c commit 03a6479

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎kubernetes/apps/production/arr/qbitty/helmrelease.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ spec:
4545
globalMounts:
4646
- path: /config
4747

48+
pod:
49+
securityContext:
50+
capabilities:
51+
add:
52+
- NET_ADMIN
53+
4854
containers:
4955
app:
5056
image:

0 commit comments

Comments
 (0)
Please sign in to comment.