From cbcdd741e23b93c5d62535d96e064552ceaa9509 Mon Sep 17 00:00:00 2001 From: DeepFlow-pengbin <84362246+1473371932@users.noreply.github.com> Date: Tue, 27 Aug 2024 10:09:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=20debug-path=20=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/templates/deployment.yaml b/deploy/templates/deployment.yaml index 28b6862..3823eca 100644 --- a/deploy/templates/deployment.yaml +++ b/deploy/templates/deployment.yaml @@ -24,7 +24,7 @@ spec: imagePullPolicy: Always volumeMounts: - name: debug-path - mountPath: /root/debug + mountPath: /debug - mountPath: /etc/web/df-llm-agent.yaml name: web-volumes-df-llm-agent-ce subPath: df-llm-agent.yaml