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: template:
spec: spec:
restartPolicy: OnFailure restartPolicy: OnFailure
securityContext:
runAsUser: 33
runAsGroup: 33
containers: containers:
- name: nextcloud-cron - name: nextcloud-cron
image: nextcloud:33 image: nextcloud:33