diff --git a/apps/alerting/alertenrichment/pkg/apis/alertenrichment/v1beta1/schema.go b/apps/alerting/alertenrichment/pkg/apis/alertenrichment/v1beta1/schema.go index 6247d9e3617..6d13336f28d 100644 --- a/apps/alerting/alertenrichment/pkg/apis/alertenrichment/v1beta1/schema.go +++ b/apps/alerting/alertenrichment/pkg/apis/alertenrichment/v1beta1/schema.go @@ -7,7 +7,7 @@ import ( // schema is unexported to prevent accidental overwrites var ( schemaAlertEnrichment = resource.NewSimpleSchema(APIGroup, APIVersion, &AlertEnrichment{}, &AlertEnrichmentList{}, resource.WithKind("AlertEnrichment"), - resource.WithPlural("alertenrichments"), resource.WithScope(resource.NamespacedScope)) + resource.WithPlural("alert-enrichments"), resource.WithScope(resource.NamespacedScope)) kindAlertEnrichment = resource.Kind{ Schema: schemaAlertEnrichment, Codecs: map[resource.KindEncoding]resource.Codec{