wrong one

This commit is contained in:
Joseph Hanson 2024-08-07 11:43:08 -05:00
parent 96dbf4a279
commit eb09851ef7
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -82,7 +82,6 @@ spec:
- secretRef: - secretRef:
name: qbittorrent-secret name: qbittorrent-secret
securityContext: securityContext:
runAsUser: 568
runAsGroup: 568 runAsGroup: 568
allowPrivilegeEscalation: false allowPrivilegeEscalation: false
capabilities: capabilities:
@ -105,6 +104,7 @@ spec:
CRON_SCHEDULE: "*/5 * * * *" CRON_SCHEDULE: "*/5 * * * *"
LOG_TIMESTAMP: false LOG_TIMESTAMP: false
securityContext: securityContext:
runAsUser: 568
runAsGroup: 568 runAsGroup: 568
runAsNonRoot: true runAsNonRoot: true
allowPrivilegeEscalation: false allowPrivilegeEscalation: false