From 62f3fed9844ebd4eb73c4a8bd32c27dd359cf18c Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Fri, 12 Apr 2024 16:24:41 +0200
Subject: [PATCH] mount data to other places

---
 deploy/df-wiki/templates/deployment.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/deploy/df-wiki/templates/deployment.yaml b/deploy/df-wiki/templates/deployment.yaml
index fbb5031e..78174488 100644
--- a/deploy/df-wiki/templates/deployment.yaml
+++ b/deploy/df-wiki/templates/deployment.yaml
@@ -55,7 +55,8 @@ spec:
           - name: nginx-config
             mountPath: /etc/nginx/conf.d/
           - name: structure-data-pvc
-            mountPath: /usr/share/nginx/html
+            # mountPath: /usr/share/nginx/html
+            mountPath: /structure
           - name: website-pvc
             mountPath: /website
           
-- 
GitLab