Skip to content

Commit

Permalink
Update alertmanager.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Sheikh-Abubaker <sheikhabubaker761@gmail.com>
  • Loading branch information
Sheikh-Abubaker committed Jun 16, 2024
1 parent 4dbbec6 commit c1c331e
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,9 @@ spec:
logFormat: {{ .Values.alertmanager.alertmanagerSpec.logFormat | quote }}
logLevel: {{ .Values.alertmanager.alertmanagerSpec.logLevel | quote }}
retention: {{ .Values.alertmanager.alertmanagerSpec.retention | quote }}
{{- if .Values.alertmanager.enableFeatures }}
{{- with .Values.alertmanager.enableFeatures }}
enableFeatures:
{{- range .Values.alertmanager.enableFeatures }}
- {{ . | quote }}
{{- end }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- if .Values.alertmanager.alertmanagerSpec.secrets }}
secrets:
Expand Down

0 comments on commit c1c331e

Please sign in to comment.