fix(arrstack): hostPath seems to require privileged :(

This commit is contained in:
nold 2023-03-16 17:53:47 +01:00
parent e03e59bb41
commit 8983abe9ed
2 changed files with 5 additions and 1 deletions

View file

@ -22,7 +22,8 @@ ingress:
- radarr.dc
securityContext:
privileged: false
privileged: true
allowPrivilegeEscalation: true
persistence:
config:

View file

@ -2,6 +2,9 @@ image:
repository: ghcr.io/onedr0p/sonarr
tag: 3.0.10.1567
securityContext:
privileged: true
allowPrivilegeEscalation: true
ingress:
main: