From 920ccb1ca2b719a3d3a6892bfdc001bd4ca61927 Mon Sep 17 00:00:00 2001 From: Eric Gao Date: Tue, 15 Nov 2022 20:56:50 +0800 Subject: [PATCH] Fix default value for resource center in k8s mode (#12906) --- deploy/kubernetes/dolphinscheduler/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/kubernetes/dolphinscheduler/values.yaml b/deploy/kubernetes/dolphinscheduler/values.yaml index 512e8697d6..82ed89f2f9 100644 --- a/deploy/kubernetes/dolphinscheduler/values.yaml +++ b/deploy/kubernetes/dolphinscheduler/values.yaml @@ -72,7 +72,7 @@ conf: data.basedir.path: /tmp/dolphinscheduler # resource storage type: HDFS, S3, NONE - resource.storage.type: HDFS + resource.storage.type: NONE # resource store on HDFS/S3 path, resource file will store to this hadoop hdfs path, self configuration, please make sure the directory exists on hdfs and have read write permissions. "/dolphinscheduler" is recommended resource.upload.path: /dolphinscheduler