You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zi...@apache.org on 2022/11/15 12:56:56 UTC

[dolphinscheduler] branch 3.0.2-prepare updated: Fix default value for resource center in k8s mode (#12906)

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

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


The following commit(s) were added to refs/heads/3.0.2-prepare by this push:
     new 920ccb1ca2 Fix default value for resource center in k8s mode (#12906)
920ccb1ca2 is described below

commit 920ccb1ca2b719a3d3a6892bfdc001bd4ca61927
Author: Eric Gao <er...@gmail.com>
AuthorDate: Tue Nov 15 20:56:50 2022 +0800

    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