From d92522b8e4be324d831a407108a5c375ba6b8de3 Mon Sep 17 00:00:00 2001 From: rasmus Date: Sun, 4 Feb 2024 20:42:19 +0200 Subject: [PATCH] nextcloud: disable skeleton files --- nextcloud/application.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nextcloud/application.yaml b/nextcloud/application.yaml index 464f333..2739721 100644 --- a/nextcloud/application.yaml +++ b/nextcloud/application.yaml @@ -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: |- + '', + ); oidc.config.php: |-