Skip to content

Commit c47b0b1

Browse files
fix lint error
1 parent d6a3ec7 commit c47b0b1

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

roles/loki/vars/main.yml

+17-17
Original file line numberDiff line numberDiff line change
@@ -78,20 +78,20 @@ _loki_helm_values:
7878
lokiCanary:
7979
enabled: false
8080
extraObjects:
81-
- apiVersion: v1
82-
kind: ConfigMap
83-
metadata:
84-
name: loki-alerting-rules
85-
labels:
86-
loki_rule: "atmosphere"
87-
data:
88-
loki-alerting-rules.yaml: |-
89-
groups:
90-
- name: additional-loki-rules
91-
rules:
92-
- alert: NovaCellNotResponding
93-
expr: 'count_over_time({pod_label_component="compute"} |= "not responding and hence is being omitted from the results" [1m]) > 0'
94-
labels:
95-
severity: critical
96-
annotations:
97-
summary: Nova Cell is not responding. It can cause port deletion in CAPI.
81+
- apiVersion: v1
82+
kind: ConfigMap
83+
metadata:
84+
name: loki-alerting-rules
85+
labels:
86+
loki_rule: "atmosphere"
87+
data:
88+
loki-alerting-rules.yaml: |-
89+
groups:
90+
- name: additional-loki-rules
91+
rules:
92+
- alert: NovaCellNotResponding
93+
expr: 'count_over_time({pod_label_component="compute"} |= "not responding and hence is being omitted from the results" [1m]) > 0'
94+
labels:
95+
severity: critical
96+
annotations:
97+
summary: Nova Cell is not responding. It can cause port deletion in CAPI.

0 commit comments

Comments
 (0)