From 712b820effffc9eec614f19d3ccb0824dd3dfe36 Mon Sep 17 00:00:00 2001 From: purwandi Date: Sun, 16 Oct 2022 15:15:38 +0700 Subject: [PATCH] change telegram webhook host --- helm/oncall/templates/_env.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/oncall/templates/_env.tpl b/helm/oncall/templates/_env.tpl index ed3c2f83..0e8c6ba8 100644 --- a/helm/oncall/templates/_env.tpl +++ b/helm/oncall/templates/_env.tpl @@ -47,7 +47,7 @@ {{- if .Values.oncall.telegram.enabled -}} - name: FEATURE_TELEGRAM_INTEGRATION_ENABLED value: {{ .Values.oncall.telegram.enabled | toString | title | quote }} -- name: TELEGRAM_WEBHOOK_URL +- name: TELEGRAM_WEBHOOK_HOST value: {{ .Values.oncall.telegram.webhookUrl | default "" | quote }} - name: TELEGRAM_TOKEN value: {{ .Values.oncall.telegram.token | default "" | quote }}