fix(infra-fluxcd): alert correct label namespace on alert
This commit is contained in:
parent
882ec5ee56
commit
9d52fbaf45
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,7 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
severity: "warning"
|
severity: "warning"
|
||||||
{{`
|
{{`
|
||||||
|
namespace: "{{ $labels.exported_namespace }}"
|
||||||
annotations:
|
annotations:
|
||||||
summary: "FluxCD has not fetched a source in {{ $labels.exported_namespace }} correct"
|
summary: "FluxCD has not fetched a source in {{ $labels.exported_namespace }} correct"
|
||||||
description: "FluxCD has not fetched the source {{ $labels.name }} of {{ $labels.kind }} in {{ $labels.exported_namespace }}"
|
description: "FluxCD has not fetched the source {{ $labels.name }} of {{ $labels.kind }} in {{ $labels.exported_namespace }}"
|
||||||
|
@ -28,6 +29,7 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
severity: "warning"
|
severity: "warning"
|
||||||
{{`
|
{{`
|
||||||
|
namespace: "{{ $labels.exported_namespace }}"
|
||||||
annotations:
|
annotations:
|
||||||
summary: "FluxCD has not installed something in {{ $labels.exported_namespace }} correct"
|
summary: "FluxCD has not installed something in {{ $labels.exported_namespace }} correct"
|
||||||
description: "FluxCD has not installed {{ $labels.name }} of {{ $labels.kind }} in {{ $labels.exported_namespace }} correct"
|
description: "FluxCD has not installed {{ $labels.name }} of {{ $labels.kind }} in {{ $labels.exported_namespace }} correct"
|
||||||
|
@ -41,6 +43,7 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
severity: "warning"
|
severity: "warning"
|
||||||
{{`
|
{{`
|
||||||
|
namespace: "{{ $labels.exported_namespace }}"
|
||||||
annotations:
|
annotations:
|
||||||
summary: "FluxCD has not fetched a source in {{ $labels.exported_namespace }} correct"
|
summary: "FluxCD has not fetched a source in {{ $labels.exported_namespace }} correct"
|
||||||
description: "FluxCD has not fetched the source {{ $labels.name }} of {{ $labels.kind }} in {{ $labels.exported_namespace }}"
|
description: "FluxCD has not fetched the source {{ $labels.name }} of {{ $labels.kind }} in {{ $labels.exported_namespace }}"
|
||||||
|
@ -52,6 +55,7 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
severity: "warning"
|
severity: "warning"
|
||||||
{{`
|
{{`
|
||||||
|
namespace: "{{ $labels.exported_namespace }}"
|
||||||
annotations:
|
annotations:
|
||||||
summary: "FluxCD has not installed something in {{ $labels.exported_namespace }} correct"
|
summary: "FluxCD has not installed something in {{ $labels.exported_namespace }} correct"
|
||||||
description: "FluxCD has not installed {{ $labels.name }} of {{ $labels.kind }} in {{ $labels.exported_namespace }} correct"
|
description: "FluxCD has not installed {{ $labels.name }} of {{ $labels.kind }} in {{ $labels.exported_namespace }} correct"
|
||||||
|
|
Loading…
Add table
Reference in a new issue