Skip to content

Commit

Permalink
trivial. change ruler filename
Browse files Browse the repository at this point in the history
  • Loading branch information
ktkfree committed Apr 18, 2024
1 parent 2a66801 commit 8408adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/server/system_notification_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)

const RULER_FILE_NAME = "ruler-user.yaml"
const RULER_FILE_NAME = "ruler-user.yml"

type RuleAnnotation struct {
CheckPoint string `yaml:"CheckPoint"`
Expand Down

0 comments on commit 8408adf

Please sign in to comment.