VictoriaMetrics / operator

Kubernetes operator for Victoria Metrics
Apache License 2.0
406 stars 142 forks source link

controllers/prometheus-converter: fix owner reference type for VMScrapeConfig #952

Closed jfroy closed 2 months ago

jfroy commented 2 months ago

This patches fixes the owner reference type for VMScrapeConfig objects. Without this patch, on many clusters, newly-created VMScrapeConfig objects would immediately be deleted because the owner reference would not resolve.