feature/sso-hardening #9

Merged
bstein merged 685 commits from feature/sso-hardening into main 2026-01-13 20:23:26 +00:00
Showing only changes of commit 91d4ecf451 - Show all commits

View File

@ -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:
- | - |