fix(infra-monitoring): add option for default.filters

This commit is contained in:
WrenIX 2024-04-06 12:12:49 +02:00
parent 591f039e20
commit b53d151620
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
2 changed files with 8 additions and 1 deletions

View file

@ -81,9 +81,12 @@ spec:
color: "#ffae42" color: "#ffae42"
- value: critical - value: critical
color: "#ff220c" color: "#ff220c"
{{- with .Values.karma.filters.default }}
filters: filters:
default: default:
- "@state=active" {{- toYaml . | nindent 12 }}
{{- end }}
history: history:
enabled: true enabled: true

View file

@ -199,4 +199,8 @@ karma:
anonymous: anonymous:
enabled: false enabled: false
filters:
default:
- '@state=active'
additionalAlertmanager: additionalAlertmanager: