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