Skip to content

Commit

Permalink
fix yaml (#258)
Browse files Browse the repository at this point in the history
Co-authored-by: stakater-nordmart-bot <nordmart-github-bot@stakater.com>
  • Loading branch information
AsfaMumtaz and stakater-nordmart-bot authored Jun 5, 2024
1 parent 9d79b91 commit 6dab635
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,9 @@ Once you have the webhook Url, you can add the AlertManagerConfig. The Alertmana
{{ range .Alerts }}
*Alert:* `{{ .Labels.severity | toUpper }}` - {{ .Annotations.summary }}
*Description:* {{ .Annotations.description }}
*Details:*
{{ range .Labels.SortedPairs }serviceMonitor} *{{ .Name }}:* `{{ .Value }}`
{{ end }}
*Details:* {{ range $k, $v := .Labels }} - *{{ $k }}:* {{ $v }}
{{ end }}
{{ end }}
title: '[{{ .Status | toUpper }}{{ if eq .Status "firing" }}:{{ .Alerts.Firing | len }}{{ end }}] SAAP Alertmanager Event Notification'
httpConfig:
tlsConfig:
Expand All @@ -107,8 +106,8 @@ Once you have the webhook Url, you can add the AlertManagerConfig. The Alertmana
receiver: nordmart-review-receiver
```
!!! note
The indentation follows by **application.alertmanagerConfig**.
!!! note
The indentation follows by **application.alertmanagerConfig**.
1. Save and run `tilt up` at the root of your directory. Hit the space bar and the browser with `TILT` logs will be shown. If everything is green then the changes will be deployed on the cluster.

Expand Down

0 comments on commit 6dab635

Please sign in to comment.