Skip to content

Commit 8408adf

Browse files
committed
trivial. change ruler filename
1 parent 2a66801 commit 8408adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/server/system_notification_rule.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
1616
)
1717

18-
const RULER_FILE_NAME = "ruler-user.yaml"
18+
const RULER_FILE_NAME = "ruler-user.yml"
1919

2020
type RuleAnnotation struct {
2121
CheckPoint string `yaml:"CheckPoint"`

0 commit comments

Comments
 (0)