From b74654e7afb1757bf1d0fea2eacbc476a482f45d Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Fri, 12 Apr 2024 16:44:06 +0200
Subject: [PATCH] mount path struct to html folder

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

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