This is an automated email from the ASF dual-hosted git repository.
caishunfeng pushed a commit to branch 3.1.4-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/3.1.4-prepare by this push:
new 5d3f9f2a01 [Fix][Worker] alert email in sql task in K8S (#13387)
5d3f9f2a01 is described below
commit 5d3f9f2a01e3d882ac2ad9de56553f59369b65f6
Author: 旺阳 <[email protected]>
AuthorDate: Thu Jan 12 16:14:29 2023 +0800
[Fix][Worker] alert email in sql task in K8S (#13387)
---
.../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 ed7a8860f6..9d27280d55 100644
---
a/deploy/kubernetes/dolphinscheduler/templates/statefulset-dolphinscheduler-worker.yaml
+++
b/deploy/kubernetes/dolphinscheduler/templates/statefulset-dolphinscheduler-worker.yaml
@@ -65,7 +65,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 }}