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

[dolphinscheduler] branch 3.0.2-prepare updated: [Fix][Worker] fix wrong env var name for alert in K8S (#12369) (#12635)

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

chufenggao 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 f1f2953dda [Fix][Worker] fix wrong env var name for alert in K8S (#12369) (#12635)
f1f2953dda is described below

commit f1f2953dda65d8142bbdd8d711e4af27f5a5a6b0
Author: Eric Gao <er...@gmail.com>
AuthorDate: Tue Nov 1 12:12:35 2022 +0800

    [Fix][Worker] fix wrong env var name for alert in K8S (#12369) (#12635)
    
    Co-authored-by: 司马琦昂 <br...@gmail.com>
---
 .../dolphinscheduler/templates/statefulset-dolphinscheduler-worker.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy/kubernetes/dolphinscheduler/templates/statefulset-dolphinscheduler-worker.yaml b/deploy/kubernetes/dolphinscheduler/templates/statefulset-dolphinscheduler-worker.yaml
index aa5709dcd1..31a866c43b 100644
--- a/deploy/kubernetes/dolphinscheduler/templates/statefulset-dolphinscheduler-worker.yaml
+++ b/deploy/kubernetes/dolphinscheduler/templates/statefulset-dolphinscheduler-worker.yaml
@@ -64,7 +64,7 @@ spec:
               value: {{ .Values.timezone }}
             - name: SPRING_JACKSON_TIME_ZONE
               value: {{ .Values.timezone }}
-            - name: ALERT_LISTEN_HOST
+            - name: WORKER_ALERT_LISTEN_HOST
               value: {{ include "dolphinscheduler.fullname" . }}-alert
             {{- include "dolphinscheduler.database.env_vars" . | nindent 12 }}
             {{- include "dolphinscheduler.registry.env_vars" . | nindent 12 }}