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

zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new eea596f589 [Fix-17495] [Kubernetes] Fix configuration file mounting 
path issue (#17517)
eea596f589 is described below

commit eea596f589d4ce80e674b93b3fc7945065517d40
Author: cn-hew <[email protected]>
AuthorDate: Fri Oct 10 11:58:47 2025 +0800

    [Fix-17495] [Kubernetes] Fix configuration file mounting path issue (#17517)
---
 .../dolphinscheduler/templates/deployment-dolphinscheduler-api.yaml     | 2 +-
 .../dolphinscheduler/templates/statefulset-dolphinscheduler-worker.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/deploy/kubernetes/dolphinscheduler/templates/deployment-dolphinscheduler-api.yaml
 
b/deploy/kubernetes/dolphinscheduler/templates/deployment-dolphinscheduler-api.yaml
index b4fa07256c..fb0a0b05f3 100644
--- 
a/deploy/kubernetes/dolphinscheduler/templates/deployment-dolphinscheduler-api.yaml
+++ 
b/deploy/kubernetes/dolphinscheduler/templates/deployment-dolphinscheduler-api.yaml
@@ -114,7 +114,7 @@ spec:
             - mountPath: "/opt/dolphinscheduler/logs"
               name: {{ include "dolphinscheduler.fullname" . }}-api
             - name: config-volume
-              mountPath: /opt/dolphinscheduler/conf/common.properties
+              mountPath: 
/opt/dolphinscheduler/api-server/conf/common.properties
               subPath: common.properties
             {{- if .Values.api.taskTypeFilter.enabled }}
             - name: config-volume
diff --git 
a/deploy/kubernetes/dolphinscheduler/templates/statefulset-dolphinscheduler-worker.yaml
 
b/deploy/kubernetes/dolphinscheduler/templates/statefulset-dolphinscheduler-worker.yaml
index 9349461608..16bc6ef9b2 100644
--- 
a/deploy/kubernetes/dolphinscheduler/templates/statefulset-dolphinscheduler-worker.yaml
+++ 
b/deploy/kubernetes/dolphinscheduler/templates/statefulset-dolphinscheduler-worker.yaml
@@ -118,7 +118,7 @@ spec:
               subPath: application.yaml
             {{- end }}
             - name: config-volume
-              mountPath: /opt/dolphinscheduler/conf/common.properties
+              mountPath: 
/opt/dolphinscheduler/worker-server/conf/common.properties
               subPath: common.properties
             {{- include "dolphinscheduler.sharedStorage.volumeMount" . | 
nindent 12 }}
             {{- include "dolphinscheduler.fsFileResource.volumeMount" . | 
nindent 12 }}

Reply via email to