forked from k-space/kube
nextcloud: disable skeleton files
This commit is contained in:
parent
5b75e489e7
commit
d92522b8e4
@ -164,6 +164,9 @@ spec:
|
||||
- mountPath: /var/www/html/config/oidc.config.php
|
||||
name: config
|
||||
subPath: oidc.config.php
|
||||
- mountPath: /var/www/html/config/override.config.php
|
||||
name: config
|
||||
subPath: override.config.php
|
||||
- name: php-config
|
||||
mountPath: /usr/local/etc/php/conf.d/
|
||||
securityContext:
|
||||
@ -251,6 +254,11 @@ kind: ConfigMap
|
||||
metadata:
|
||||
name: nextcloud-config
|
||||
data:
|
||||
override.config.php: |-
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
'skeletondirectory' => '',
|
||||
);
|
||||
oidc.config.php: |-
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
|
Loading…
Reference in New Issue
Block a user