diff --git a/kubernetes/apps/qbittorrent/qbittorrent/app/helmrelease.yaml b/kubernetes/apps/qbittorrent/qbittorrent/app/helmrelease.yaml index 4a6c588..5ec44e2 100644 --- a/kubernetes/apps/qbittorrent/qbittorrent/app/helmrelease.yaml +++ b/kubernetes/apps/qbittorrent/qbittorrent/app/helmrelease.yaml @@ -82,7 +82,6 @@ spec: - secretRef: name: qbittorrent-secret securityContext: - runAsUser: 568 runAsGroup: 568 allowPrivilegeEscalation: false capabilities: @@ -105,6 +104,7 @@ spec: CRON_SCHEDULE: "*/5 * * * *" LOG_TIMESTAMP: false securityContext: + runAsUser: 568 runAsGroup: 568 runAsNonRoot: true allowPrivilegeEscalation: false