From 94682324f85172731ae464026ed7b92c795d9a07 Mon Sep 17 00:00:00 2001
From: diazjj <jjdiaz@cttc.es>
Date: Fri, 28 Jun 2024 16:20:55 +0200
Subject: [PATCH] Corrected HostPath.

---
 manifests/dltservice.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manifests/dltservice.yaml b/manifests/dltservice.yaml
index fd892df87..4c5cc9907 100644
--- a/manifests/dltservice.yaml
+++ b/manifests/dltservice.yaml
@@ -164,7 +164,7 @@ spec:
     - ReadOnlyMany
   persistentVolumeReclaimPolicy: Retain
   hostPath:
-    path: "/home/cttc/test-network"
+    path: "/home/cttc/fabric-samples/test-network"
   claimRef:
     name: dlt-pvc
 
-- 
GitLab