From aabf57114911d2af9d53d0cfa9e49b4792af0040 Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Wed, 25 Mar 2020 15:10:32 +0100 Subject: [PATCH] add more nc paths for jobs --- templates/_nextcloud-specs.tpl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/_nextcloud-specs.tpl b/templates/_nextcloud-specs.tpl index 5cc2dea3..b007b1f6 100644 --- a/templates/_nextcloud-specs.tpl +++ b/templates/_nextcloud-specs.tpl @@ -10,6 +10,9 @@ runAsGroup: 33 - name: nextcloud-data mountPath: /var/www/ subPath: root +- name: nextcloud-data + mountPath: /var/www/html + subPath: html - name: nextcloud-data mountPath: /var/www/html/data subPath: data @@ -22,6 +25,9 @@ runAsGroup: 33 - name: nextcloud-data mountPath: /var/www/html/themes subPath: themes +- name: nextcloud-data + mountPath: /var/www/tmp + subPath: tmp - name: nextcloud-config mountPath: /var/local {{- end }} -- GitLab