nextcloud: run install init as root

This commit is contained in:
Brad Stein 2026-01-06 14:52:25 -03:00
parent 6728b4f4ae
commit 91d4ecf451

View File

@ -48,6 +48,9 @@ spec:
subPath: extra.config.php
- name: install-nextcloud
image: nextcloud:29-apache
securityContext:
runAsUser: 0
runAsGroup: 0
command: ["/bin/sh", "-c"]
args:
- |