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

abeizn pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git


The following commit(s) were added to refs/heads/main by this push:
     new 4380ce8  add new env variable (#281)
4380ce8 is described below

commit 4380ce875bf578e62bc782707fb8668a033b6f14
Author: ZhangNing10 <[email protected]>
AuthorDate: Sun Apr 28 17:47:45 2024 +0800

    add new env variable (#281)
---
 charts/devlake/values.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/charts/devlake/values.yaml b/charts/devlake/values.yaml
index 4708b17..251aab9 100644
--- a/charts/devlake/values.yaml
+++ b/charts/devlake/values.yaml
@@ -186,6 +186,13 @@ lake:
     LOGGING_DIR: "/app/logs"
     # debug, info, warn, error
     LOGGING_LEVEL: "info"
+    ##########################
+    # ENABLE_SUBTASKS_BY_DEFAULT: This environment variable is used to enable 
or disable the execution of subtasks.
+    # The format is as follows: 
plugin_name1:subtask_name1:enabled_value,plugin_name2:subtask_name2:enabled_value,plugin_name3:subtask_name3:enabled_value
+    ##########################
+    # ENABLE_SUBTASKS_BY_DEFAULT default value as below:
+    # ENABLE_SUBTASKS_BY_DEFAULT: 
"jira:collectIssueChangelogs:true,jira:extractIssueChangelogs:true,jira:convertIssueChangelogs:true,tapd:collectBugChangelogs:true,tapd:extractBugChangelogs:true,tapd:convertBugChangelogs:true,zentao:collectBugRepoCommits:true,zentao:extractBugRepoCommits:true,zentao:convertBugRepoCommits:true,zentao:collectStoryRepoCommits:true,zentao:extractStoryRepoCommits:true,zentao:convertStoryRepoCommits:true,zentao:collectTaskRepoCommits:true,zentao:extractTaskRe
 [...]
+
   #extra envs from an existing secret
   extraEnvsFromSecret: ""
   encryptionSecret:

Reply via email to