Try security context

This commit is contained in:
2025-01-26 23:30:30 +00:00
parent 4c661f2107
commit 7aaca4fafa
2 changed files with 8 additions and 2 deletions

View File

@@ -67,4 +67,7 @@ spec:
volumes:
- name: config
persistentVolumeClaim:
claimName: sonarr
claimName: sonarr
securityContext:
runAsUser: 1000
runAsGroup: 1000