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