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

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

commit 43a3fdf90b8ba6bc8d7e85b1ea1ca156449f7098
Author: Aaron Wang <[email protected]>
AuthorDate: Fri Mar 10 15:12:06 2023 +0800

    cherry-pick [Bug-13666] remove WORKER_GROUP in values.yaml #13718
---
 deploy/kubernetes/dolphinscheduler/values.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/deploy/kubernetes/dolphinscheduler/values.yaml 
b/deploy/kubernetes/dolphinscheduler/values.yaml
index 850211059b..035e3be9eb 100644
--- a/deploy/kubernetes/dolphinscheduler/values.yaml
+++ b/deploy/kubernetes/dolphinscheduler/values.yaml
@@ -343,14 +343,12 @@ worker:
       storageClassName: "-"
       storage: "20Gi"
   env:
-    WORKER_GROUPS_0: default
     WORKER_MAX_CPU_LOAD_AVG: "-1"
     WORKER_RESERVED_MEMORY: "0.3"
     WORKER_EXEC_THREADS: "100"
     WORKER_HEARTBEAT_INTERVAL: "10s"
     WORKER_HEART_ERROR_THRESHOLD: "5"
     WORKER_HOST_WEIGHT: "100"
-    WORKER_GROUPS: "default"
 
 alert:
   ## Number of desired pods. This is a pointer to distinguish between explicit 
zero and not specified. Defaults to 1.

Reply via email to