mirror of
https://github.com/nold360/hive-apps
synced 2025-01-03 20:12:44 +00:00
fix(arrstack): hostPath seems to require privileged :(
This commit is contained in:
parent
e03e59bb41
commit
8983abe9ed
2 changed files with 5 additions and 1 deletions
|
@ -22,7 +22,8 @@ ingress:
|
|||
- radarr.dc
|
||||
|
||||
securityContext:
|
||||
privileged: false
|
||||
privileged: true
|
||||
allowPrivilegeEscalation: true
|
||||
|
||||
persistence:
|
||||
config:
|
||||
|
|
|
@ -2,6 +2,9 @@ image:
|
|||
repository: ghcr.io/onedr0p/sonarr
|
||||
tag: 3.0.10.1567
|
||||
|
||||
securityContext:
|
||||
privileged: true
|
||||
allowPrivilegeEscalation: true
|
||||
|
||||
ingress:
|
||||
main:
|
||||
|
|
Loading…
Reference in a new issue