fix(infra-monitoring): add option for default.filters
This commit is contained in:
parent
591f039e20
commit
b53d151620
2 changed files with 8 additions and 1 deletions
|
@ -81,9 +81,12 @@ spec:
|
|||
color: "#ffae42"
|
||||
- value: critical
|
||||
color: "#ff220c"
|
||||
|
||||
{{- with .Values.karma.filters.default }}
|
||||
filters:
|
||||
default:
|
||||
- "@state=active"
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
|
||||
history:
|
||||
enabled: true
|
||||
|
|
|
@ -199,4 +199,8 @@ karma:
|
|||
anonymous:
|
||||
enabled: false
|
||||
|
||||
filters:
|
||||
default:
|
||||
- '@state=active'
|
||||
|
||||
additionalAlertmanager:
|
||||
|
|
Loading…
Add table
Reference in a new issue