fix: run nextcloud cron as www-data (uid 33)

This commit is contained in:
Szymon Wałachowski 2026-04-02 00:03:54 +02:00
parent 12fcf7b62b
commit 3e5ec440cf

View file

@ -11,6 +11,9 @@ spec:
template:
spec:
restartPolicy: OnFailure
securityContext:
runAsUser: 33
runAsGroup: 33
containers:
- name: nextcloud-cron
image: nextcloud:33