Skip to content

Commit

Permalink
feat(kps): add ttl to pushover alertmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Feb 29, 2024
1 parent 940f30b commit 4c1c9f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ receivers:
{{ "{{" }} .CommonLabels.alertname {{ "}}" }}
[{{ "{{" }} .Status | toUpper {{ "}}" }}{{ "{{" }} if eq .Status "firing" {{ "}}" }}:{{ "{{" }} .Alerts.Firing | len {{ "}}" }}{{ "{{" }} end {{ "}}" }}]
token: "{{ .ALERTMANAGER_PUSHOVER_APP_TOKEN }}"
# ttl: "{{ .ALERTMANAGER_PUSHOVER_TTL }}"
ttl: "{{ .ALERTMANAGER_PUSHOVER_TTL }}"
url_title: View in Alertmanager
user_key: "{{ .ALERTMANAGER_PUSHOVER_USER_KEY }}"
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: kube-prometheus-stack
name: alertmanager
spec:
refreshInterval: 5m
secretStoreRef:
Expand Down

0 comments on commit 4c1c9f5

Please sign in to comment.