From 2697be9263435846e8e699e6428ba1b1d309a899 Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Wed, 25 Mar 2020 14:45:51 +0100 Subject: [PATCH] change subpath for jobs --- templates/_nextcloud-specs.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_nextcloud-specs.tpl b/templates/_nextcloud-specs.tpl index d29c7790..5cc2dea3 100644 --- a/templates/_nextcloud-specs.tpl +++ b/templates/_nextcloud-specs.tpl @@ -8,7 +8,7 @@ runAsGroup: 33 {{/* and the configMap that contains job specific content */}} {{- define "nextcloud-onlyoffice.volumeMounts" }} - name: nextcloud-data - mountPath: /var/www/html/ + mountPath: /var/www/ subPath: root - name: nextcloud-data mountPath: /var/www/html/data -- GitLab