Skip to content

Commit

Permalink
Merge pull request #266 from wanjunlei/master
Browse files Browse the repository at this point in the history
update helm template
  • Loading branch information
benjaminhuo committed May 14, 2024
2 parents 9c0e893 + 7731484 commit 9a44376
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions helm/templates/notificationmanagers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -53,4 +48,6 @@ spec:
annotations:
{{- toYaml .Values.notificationmanager.annotations | nindent 4 }}
labels:
{{- toYaml .Values.notificationmanager.labels | nindent 4 }}
{{- toYaml .Values.notificationmanager.labels | nindent 4 }}
env:
{{- toYaml .Values.notificationmanager.env | nindent 4 }}

0 comments on commit 9a44376

Please sign in to comment.