diff --git a/cmd/server/system_notification_rule.go b/cmd/server/system_notification_rule.go index 8583516..ab41ce8 100644 --- a/cmd/server/system_notification_rule.go +++ b/cmd/server/system_notification_rule.go @@ -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"`