Skip to content

Commit

Permalink
Merge pull request #34 from openinfradev/fix_snr
Browse files Browse the repository at this point in the history
trivial. change ruler filename
  • Loading branch information
ktkfree authored Apr 18, 2024
2 parents 2a66801 + 8408adf commit 7375c83
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 7375c83

Please sign in to comment.