From 77314841c1bb64bc37a54cb3e5fe48299c6ff32b Mon Sep 17 00:00:00 2001 From: wanjunlei Date: Tue, 14 May 2024 11:00:53 +0800 Subject: [PATCH] update helm template Signed-off-by: wanjunlei --- helm/templates/notificationmanagers.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/helm/templates/notificationmanagers.yaml b/helm/templates/notificationmanagers.yaml index 201aefd..32e988e 100644 --- a/helm/templates/notificationmanagers.yaml +++ b/helm/templates/notificationmanagers.yaml @@ -24,11 +24,6 @@ spec: {{- toYaml .Values.notificationmanager.receivers | nindent 4 }} defaultConfigSelector: {{- toYaml .Values.notificationmanager.defaultConfigSelector | nindent 4 }} - {{- if .Values.timezone }} - env: - - name: TZ - value: {{ .Values.timezone }} - {{- end }} volumeMounts: {{- toYaml .Values.notificationmanager.volumeMounts | nindent 4 }} volumes: @@ -53,4 +48,6 @@ spec: annotations: {{- toYaml .Values.notificationmanager.annotations | nindent 4 }} labels: - {{- toYaml .Values.notificationmanager.labels | nindent 4 }} \ No newline at end of file + {{- toYaml .Values.notificationmanager.labels | nindent 4 }} + env: + {{- toYaml .Values.notificationmanager.env | nindent 4 }} \ No newline at end of file