From 12a3bbe73b4acc57014d0febe5c569e007cf5d6d Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Mon, 3 Apr 2023 15:12:18 +0200 Subject: [PATCH] Play around with paths --- customers/base/nextcloud-deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customers/base/nextcloud-deployment.yml b/customers/base/nextcloud-deployment.yml index bd8e133..0ceb2ac 100644 --- a/customers/base/nextcloud-deployment.yml +++ b/customers/base/nextcloud-deployment.yml @@ -83,8 +83,8 @@ spec: mountPath: /etc/php/8.0/ subPath: apache2/php.ini - name: apcu-php-config - mountPath: /etc/php/8.0/mods-available/apcu.ini - subPath: apcu.ini + mountPath: /etc/php/8.0/ + subPath: mods-available/apcu.ini - name: cli-php-config mountPath: /etc/php/8.0/ subPath: cli/php.ini