Skip to content

Commit be488dc

Browse files
committed
monitoring-alertmanager-config: quote matchType =, was YAML value-tag
PyYAML parses bare `=` as the YAML 1.1 value tag and rejects it as a scalar in matchType. Quote it.
1 parent 5c6110c commit be488dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

monitoring-alertmanager-config/alertmanager-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
matchers:
1414
- name: team
1515
value: mdapi
16-
matchType: =
16+
matchType: "="
1717
groupBy: [component, alertname]
1818
groupWait: 30s
1919
groupInterval: 5m

0 commit comments

Comments
 (0)