diff --git a/templates/_nextcloud-specs.tpl b/templates/_nextcloud-specs.tpl index 5cc2dea367e92f0541a17b2ad0401546774f29af..b007b1f6affd2ba0e50d67f339efc60004b33a5d 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 }}