nextcloud: run install init as root
This commit is contained in:
parent
6728b4f4ae
commit
91d4ecf451
@ -48,6 +48,9 @@ spec:
|
|||||||
subPath: extra.config.php
|
subPath: extra.config.php
|
||||||
- name: install-nextcloud
|
- name: install-nextcloud
|
||||||
image: nextcloud:29-apache
|
image: nextcloud:29-apache
|
||||||
|
securityContext:
|
||||||
|
runAsUser: 0
|
||||||
|
runAsGroup: 0
|
||||||
command: ["/bin/sh", "-c"]
|
command: ["/bin/sh", "-c"]
|
||||||
args:
|
args:
|
||||||
- |
|
- |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user