This is an automated email from the ASF dual-hosted git repository.

liuhan pushed a commit to branch schema-storage
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-helm.git


The following commit(s) were added to refs/heads/schema-storage by this push:
     new 76585b8  fix mount
76585b8 is described below

commit 76585b8b755dcc86d2425c767060921fabc9b239
Author: mrproliu <[email protected]>
AuthorDate: Mon Feb 2 20:16:36 2026 +0800

    fix mount
---
 test/e2e/values.lifecycle.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/e2e/values.lifecycle.yaml b/test/e2e/values.lifecycle.yaml
index d7c9ee9..5e5b3a3 100644
--- a/test/e2e/values.lifecycle.yaml
+++ b/test/e2e/values.lifecycle.yaml
@@ -415,7 +415,7 @@ storage:
   liaison:
     enabled: true
     persistentVolumeClaims:
-    - mountTargets: [ "measure", "stream" ]
+    - mountTargets: [ "measure", "stream", "trace" ]
       claimName: liaison-data
       size: 10Gi
       accessModes:

Reply via email to