Skip to content

Commit 9c74d3f

Browse files
committed
Fix rules
1 parent ae57312 commit 9c74d3f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

infra/victoria-metrics/helm-chart-values/values.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,13 @@ alertmanager:
6060
configSecret: "alertmanager-config"
6161

6262
defaultRules:
63-
rules:
64-
general: false
63+
groups:
64+
general:
65+
create: false
66+
67+
defaultDashboards:
68+
annotations:
69+
argocd.argoproj.io/sync-options: ServerSideApply=true
6570

6671
grafana:
6772
vmServiceScrape:

0 commit comments

Comments
 (0)